No child spans created for subresources in jetty and jersey #9646
Unanswered
harveychong
asked this question in
Q&A
Replies: 0 comments 1 reply
-
This question is a better fit for the |
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.
-
I am new to OpenTelemetry.
I have two resources
A
andB
andB
is a sub-resource ofA.
When the sub-resourceB
was called, I found Parent ID of both resources are same (I am using ZipKin). I expect Parent ID of the sub-resourceB
should be Span ID of resourceA
. I am using Jetty and Jersey (JDK 17).In addition, when I applied my own extension (developed by myself) to my application entry point (a java method) where a postgresql database is called, I found Parent ID of the database calls is none but I expect it should be child of my application.
I am not sure what I did is wrong. Please help me for it.
Many thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions