spring-projects-experimental / spring-cloud-sleuth-otel

Spring Cloud Sleuth support for OpenTelemetry
https://spring-projects-experimental.github.io/spring-cloud-sleuth-otel/docs/current/reference/html/
Apache License 2.0
111 stars 33 forks source link

feature request for `span.kind` exclude #165

Closed KamJohn closed 1 year ago

KamJohn commented 1 year ago

I cant config my sleuth-otel to tracing on just case for span.kind equals to client In a tracing route,there`s half of traces are not my wants,because there is allways a almost same client span to a server span in a same request. these client kind span marked with the red square in the paste img:

image

so how can i config my application.yaml in a property or in some way else to resove it, please help

marcingrzejszczak commented 1 year ago

Spring Cloud Sleuth OTel is in maintance mode - we don't want to add any new features. We suggest migrating to Micrometer Tracing (https://micrometer.io/docs/tracing).