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:
so how can i config my application.yaml in a property or in some way else to resove it, please help
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).
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:
so how can i config my application.yaml in a property or in some way else to resove it, please help