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

opentelemetry-javaagent-all.jar is missing from releases #12338

Closed
johnvlittle opened this issue Sep 26, 2024 · 4 comments
Closed

opentelemetry-javaagent-all.jar is missing from releases #12338

johnvlittle opened this issue Sep 26, 2024 · 4 comments
Labels
needs author feedback Waiting for additional feedback from the author stale

Comments

@johnvlittle
Copy link

johnvlittle commented Sep 26, 2024

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

@johnvlittle johnvlittle added bug Something isn't working needs triage New issue that requires triage labels Sep 26, 2024
@trask
Copy link
Member

trask commented Sep 26, 2024

hi @johnvlittle! opentelemetry-javaagent-all was removed a while ago and all the exporters are now included in opentelemetry-javaagent (#4106)

@trask trask added needs author feedback Waiting for additional feedback from the author and removed bug Something isn't working needs triage New issue that requires triage labels Sep 26, 2024
@laurit
Copy link
Contributor

laurit commented Sep 26, 2024

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.

@nutmix
Copy link

nutmix commented Sep 27, 2024

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.

Copy link
Contributor

github-actions bot commented Oct 4, 2024

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.

@github-actions github-actions bot added the stale label Oct 4, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs author feedback Waiting for additional feedback from the author stale
Projects
None yet
Development

No branches or pull requests

4 participants