opentelemetry-java-instrumentation
opentelemetry-java-instrumentation copied to clipboard
OpenTelemetry auto-instrumentation and instrumentation libraries for Java
https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10570#discussion_r1492129534
Based on @laurit's suggestion https://cloud-native.slack.com/archives/C0150QF88FL/p1668593837751519?thread_ts=1668521229.495469&cid=C0150QF88FL This has been a source of confusion on multiple occasions. also related: https://opentelemetry.io/docs/instrumentation/java/automatic/agent-config/#enable-manual-instrumentation-only
### Describe the bug Under WebLogic with jdk-11.0.15.1 I am using these extra arguments: `-javaagent:/tmp/opentelemetry-javaagent.jar -Dotel.exporter.otlp.endpoint=http://1.2.3.4:4317 ` on start I get: ``` ERROR io.opentelemetry.javaagent.OpenTelemetryAgent java.lang.IllegalStateException: agent initializer should be loaded...
### Describe the bug Hi Otel team, My team builds an API using Vertx and we use the Java Auto Instrumentation Agent via the Kubernetes Operator. We have recently switched...
Resolves #6578
resolves #4520
Adds the semantic attribute `http.route` to the list of attributes supported by HTTP client requests, indicating a templated URI used when making the HTTP request as supported by the client...
The new Apache Sling instrumentation ensures that top-level routes reflect the Sling Servlet (or script) handling the script and also that nested spans created by including components point to the...
See https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/10401#issuecomment-1929046967. To explore and discuss.