-
Notifications
You must be signed in to change notification settings - Fork 867
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
opentelemetry-javaagent-all.jar is missing from releases #12338
Comments
hi @johnvlittle! |
Jaeger has deprecated its own protocol and recommends using OTLP. Jaeger exporter was removed from https://github.com/open-telemetry/opentelemetry-java and also from the agent. |
Fair enough, but have spent days trying to get the jaeger to work with OTLP and it just doesnt work. The old exporter at least is well documented with working exmaples. |
This has been automatically marked as stale because it has been marked as needing author feedback and has not had any activity for 7 days. It will be closed automatically if there is no response from the author within 7 additional days from this comment. |
Describe the bug
opentelemetry-javaagent.jar is missing exporters, so cant be used with jaeger etc. It only works with OTLP.
There are many articles how to connect opentel java agent with jaeger, but they all require opentelemetry-javaagent-all.jar.
Articles say this is how to download it:
curl -LJO https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent-all.jar
But unfortunately, its missing!
Also, https://opentelemetry.io/docs/languages/java/ is missing a "exporter" tab, all the other languages have an exporter tab which list out where to find them. This makes finding opentelmetery java exporters (e.g. for jaeger) very difficult.
We need it.
Jaeger apparently supports OTLP, but there exists no information or guide to getting it working with the java agent, so need the exporter.
Steps to reproduce
curl -LJO https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent-all.jar
Expected behavior
downloads opentelemetry-javaagent-all.jar
Actual behavior
gives 404
Javaagent or library instrumentation version
latest
Environment
JDK:
OS:
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: