Skip to content

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

@johnvlittle

Description

@johnvlittle

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions