"Why Are Spans from Multiple API Calls Appearing in a Single OpenTelemetry Trace?" #7334
Unanswered
NikunjPatel31
asked this question in
Q&A
Replies: 1 comment
-
You'll need to provide more information about how your application is constructed. Can you provide a simple example that replicates the issue? Otherwise, we'd just be guessing at things. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Below is the trace generated by Opentelemetry. I hit two different APIs. i.e. "/api/greeting" and "/api/user/{username}". I received the below json. Now I want to understand why I am getting both API's spans into this one json.
Beta Was this translation helpful? Give feedback.
All reactions