Replies: 1 comment
-
Update 1: Per Dan Williams on Slack:
I reset my
However, I had attempted to push directly to Tempo since I wasn't receiving
All that was left was to make sure my services (Python) used the
After injecting the deployments, injecting the ingress, and adding the middleware, Traefik correctly reports the root span context and Tempo is now providing the full trace stack: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Edited for updated information:
I have been unable to successfully push traces to Tempo Collector using Open Census port with the error
corrupted message
.Turning on
debug
gives me:However, I do see that jaeger is working just fine:
And I do see that the edges are encrypting just fine:
Which leads me to believe there is either an issue within the Tempo receiver, or Linkerd and Tempo are communicating in the wrong format.
Beta Was this translation helpful? Give feedback.
All reactions