Skip to content

update the otel-config to match latest otel image #144

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

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

heckj
Copy link
Contributor

@heckj heckj commented Apr 1, 2024

Found the existing configuration wasn't working with the latest otel docker image, and in digging, found that jaeger is no longer a valid exporter for otel-collector. Since Jaeger has an OTLP collector itself now directly available, this updates the 'jaeger' exporter to use otlp instead.

Kudos to
https://stackoverflow.com/questions/77475771/error-when-running-otel-collector-with-jaeger-in-docker-containers, which helped me identify the fix

Found the existing configuration wasn't working with the latest otel
docker image, and in digging, found that `jaeger` is no longer a valid
exporter for otel-collector. Since Jaeger has an OTLP collector itself
now directly available, this updates the 'jaeger' exporter to use `otlp`
instead.

Kudos to
https://stackoverflow.com/questions/77475771/error-when-running-otel-collector-with-jaeger-in-docker-containers,
which helped me identify the fix
Copy link
Collaborator

@slashmo slashmo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix 🙏

@slashmo slashmo merged commit 4733b6e into apple:main Apr 1, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants