-
Notifications
You must be signed in to change notification settings - Fork 15
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
Error when running Distributed Tracing with OpenTelemetry and Jaeger example #3
Comments
I think you are not running the docker-compose file. The application is not able to communicate with Jaeger. |
I do run docker-compose |
If you are running the docker compose file, can you try accessing the URL http://localhost:16686/. It should open the Jaeger UI. |
You can read also about it here: https://refactorfirst.com/distributed-tracing-with-opentelemetry-jaeger-in-spring-boot |
I did read your article that’s how I have found your repo. I can open Jaeger UI. Still I get that error. |
Docker image: |
Is the Jaeger image 1.12 ? .. like what I see in the comments? You will have to use the latest version of |
Thank you! That’s valuable information. It must be the older image I had from the past. Docker compose didn’t pickup the latest from the net. |
Lovely. Glad it solved it. Maybe I'll change the docker pull policy to always. |
I have cloned and ran Distributed Tracing with OpenTelemetry and Jaeger example and got this error:
Failed to export spans. The request could not be executed. Full error message: unexpected end of stream on http://localhost:4318/
Full log:
Do you know what is going on?
The text was updated successfully, but these errors were encountered: