Skip to content
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

Update jaeger image in getting-started #528

Merged
merged 2 commits into from Nov 30, 2023

Conversation

hiroyaonoe
Copy link
Contributor

@hiroyaonoe hiroyaonoe commented Nov 30, 2023

Hi there!

What I did

This updates the Jaeger image in getting-started from jaegertracing/opentelemetry-all-in-one to jaegertracing/all-in-one.

I don't update CHANGELOG.md because this only updates getting-started, but let me know if needed.

Why it needs

I followed the procedure in getting-started to deploy, but the applications of emojivoto-instrumented output the following error.

2023/11/30 15:41:05 traces export: Post "http://jaeger:4318/v1/traces": dial tcp 10.96.187.248:4318: connect: connection refused

It worked correctly by changing the Jaeger image from jaegertracing/opentelemetry-all-in-one to jaegertracing/all-in-one.

jaegertracing/opentelemetry-all-in-one has not been updated for three years.
https://hub.docker.com/r/jaegertracing/opentelemetry-all-in-one

OpenTelemetry's Collaborator says don't use jaegertracing/opentelemetry-all-in-one.
open-telemetry/opentelemetry-collector#2558

I think you should use jaegertracing/all-in-one used in the examples.
https://github.com/hiroyaonoe/opentelemetry-go-instrumentation/blob/7b7c9a69665c472049f15e5f03bdb64db35764e9/examples/httpPlusdb/docker-compose.yaml#L39
https://github.com/hiroyaonoe/opentelemetry-go-instrumentation/blob/7b7c9a69665c472049f15e5f03bdb64db35764e9/examples/rolldice/docker-compose.yaml#L37

@hiroyaonoe hiroyaonoe requested a review from a team as a code owner November 30, 2023 16:30
@MrAlias MrAlias merged commit ab923fe into open-telemetry:main Nov 30, 2023
14 checks passed
@MrAlias MrAlias added this to the v0.9.0-alpha milestone Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants