Jaeger/ Open Telemetry dropping child spans #4335
Unanswered
vishnusaikumar
asked this question in
Q&A
Replies: 2 comments 1 reply
-
We are using Spring Boot 2.3 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't see any reason to suspect that this is Jaeger's issue, rather than instrumentation or setup, so can't offer any suggestions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have DockerFile which uses Jaeger all in one image
Now we have Kafka connect with OpenTelemetry Java agent configured as below
and at kafka consumer we have configured similarly
but the number of spans at consumer is always less than at producer topic even though the consumption is happening properly
similarly multiple child spans are getting dropped
we are using spring boot kafka listener
Is there any additional configuration that needs be added so that all traces will be picked at consumer correctly?
Beta Was this translation helpful? Give feedback.
All reactions