opentelemetry-java-instrumentation
opentelemetry-java-instrumentation copied to clipboard
OpenTelemetry auto-instrumentation and instrumentation libraries for Java
_This issue was automatically created by [Allstar](https://github.com/ossf/allstar/)._ **Security Policy Violation** This policy, specified at the organization level, sets requirements for Action use by repos within the organization. This repo is...
### Is your feature request related to a problem? Please describe. Currently, I just can't use the extension machinism rightly for the existence of AgentExtension Classloader. The documentation give the...
### Is your feature request related to a problem? Please describe. By default, auto instrumentation ships `process.command_args`, which is very dangerous as a lot of java services pass in secrets...
### Is your feature request related to a problem? Please describe. Yes. Using the Java agent lambda layer, metrics and traces from a RequestStreamHandler are not flushed promptly when the...
### Is your feature request related to a problem? Please describe. For example, the rocketmq 5.0.0 does not support the PublishingMessageImplInstrumentation's transform method. The `org.apache.rocketmq.client.java.impl.producer.PublishingSettings` is only supported since 5.0.1,...
Looks like it's still using the old semconv, e.g. https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/cfd40a8c17e6889c2e8f28c166376619673cd3fb/instrumentation/runtime-telemetry/runtime-telemetry-java17/library/src/main/java/io/opentelemetry/instrumentation/runtimemetrics/java17/internal/classes/ClassesLoadedHandler.java#L27
### Is your feature request related to a problem? Please describe. For the database we are using in our application, SQL `COMMIT` commands can take as long as typical DML...
Add plugin for influxdb-java client see [https://github.com/influxdata/influxdb-java](https://github.com/influxdata/influxdb-java)
Hello! In Ktor we added an [example](https://github.com/ktorio/ktor-samples/tree/main/opentelemetry) that uses your [plugins](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/ktor) for Ktor. We also added extension functions for [client](https://github.com/ktorio/ktor-samples/tree/main/opentelemetry/client/src/main/kotlin/opentelemetry/ktor/example/plugins/opentelemetry/extractions) and [server](https://github.com/ktorio/ktor-samples/tree/main/opentelemetry/server/src/main/kotlin/opentelemetry/ktor/example/plugins/opentelemetry/extractions) plugins that allow writing existing code in the...
### Is your feature request related to a problem? Please describe. When trying out auto-instrumentation in a Scala application (Play Framework), I noticed that some of my Play WS Client...