-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ruby example span profiles not working #3853
Comments
Hi, @nateberkopec, Thanks for reporting this. I believe this is because of the breaking change introduced in the latest tempo release where the Open-Telemetry Collector receiver will connect to localhost instead of all interfaces 0.0.0.0. For more details see grafana/tempo#4465. I'd say is just a matter of updating |
Closing this since it was already fixed in #3855. Feel free to reopen if something arises. |
After this change, I no longer see Tempo in the I also see in the logs:
|
FWIW I would also be happy to try this out on play.grafana.org, but the Tempo connection there seems to only be setup for the Go rideshare demo. |
Looking at the However, Pyroscope is included in the tracing example https://github.com/grafana/pyroscope/tree/main/examples/tracing/ruby When I followed that readme I was able to test out the Span Profiles functionality in Tempo |
Describe the bug
AFAICT span profiles/Tempo connection isn't working in the Ruby language example.
To Reproduce
Steps to reproduce the behavior:
Environment
Following instructions using
docker compose
.The text was updated successfully, but these errors were encountered: