- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1k
 
Description
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:
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
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