Distributed tempo on top of istio #3620
dvordrova
started this conversation in
Show and tell
Replies: 1 comment
-
Nice! I have never tried to run Tempo on top of a service mesh. Appreciate the work and notes for the community. |
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
-
I'm probably bad at searching but it was kinda challenging to find how to run distributed tempo on top of istio
So I made an example how to deal with this one https://github.com/dvordrova/kind-istio-tempo-otel/tree/main that would be easy to setup
The main difference from default configuration that it has retries for memberlist joins and sets needed appProtocols for every service
Strange part was that the gossip-ring had to have appProtocol=tcp, despite it's targetPort named http-memberlist
Bonus picture, but I still can't make memberlist ring and memcached to appear on it
Beta Was this translation helpful? Give feedback.
All reactions