Same Traceid for multiple requests #5714
Unanswered
shravani154
asked this question in
Q&A
Replies: 1 comment 8 replies
-
hi @shravani154! are you consuming messages from Azure event hub via kafka? has traceid been propagated from the producer side? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have an application which is continuously consuming messages from Azure event hub using spring cloud streams. I have integrated Opentelemetry using auto-instrumentation and I see all the requests having the same traceid. Is there anything that I could add to get a different trace id for each consumer request?
Beta Was this translation helpful? Give feedback.
All reactions