How can I track down why certain spans are not shown in Phoenix #7041
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
Hello @marcjulianschwarz! I'm here to help you solve bugs, answer questions, and assist you in becoming a contributor. While you wait for a human maintainer, feel free to share more about your issue, and I'll do my best to assist you! I found a similar open issue where traces are not registering locally with the new instrumentation technique. Unfortunately, no solution has been found in the comments of that issue [1]. To troubleshoot why certain spans are not shown in Phoenix, you might want to:
These steps might help you identify where spans are getting lost on the way to Phoenix. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
@marcjulianschwarz - is your service distributed? I wonder if some spans are ending up under a different project. In general Phoenix doesn't drop any spans so I wonder if it's just ending up somewhere not intended. |
Beta Was this translation helpful? Give feedback.
Thank you for the additional info. This looks like it could be a low level Python issue. Would you mind giving the gRPC exporter a try as shown below for example?