Opentelemetry Jaeger Exporter sends only few traces to Jager #6256
-
Hi, I was testing this After I had run this application locally I tried to call the endpoint (with Postman). The application was run together with the All-in-One executable Jaeger service (by means of docker, see official documentation). I called the endpoint of my demo application more the 10 times in around 5 seconds: However from the Jaeger UI only one call was traced (the third one): It looks like some calls are randomly traced (actually only a few of them). Is there anyone know if it's a configuration problem or something else? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hey @SimoneGiusso , |
Beta Was this translation helpful? Give feedback.
-
Hi. Thanks @mateuszrzeszutek for your support. The problem was solved: a spring sleuth otel configuration was needed to sample all the traces: |
Beta Was this translation helpful? Give feedback.
Hi. Thanks @mateuszrzeszutek for your support. The problem was solved: a spring sleuth otel configuration was needed to sample all the traces:
spring.sleuth.otel.config.trace-id-ratio-based=1.0