opentelemetry-java-instrumentation icon indicating copy to clipboard operation
opentelemetry-java-instrumentation copied to clipboard

OpenTelemetry auto-instrumentation and instrumentation libraries for Java

Results 335 opentelemetry-java-instrumentation issues
Sort by recently updated
recently updated
newest added

### Background The Apache Pulsar community will directly support [OpenTelemetry metrics](https://github.com/apache/pulsar/pull/22178) in the Pulsar client by adding the OpenTelemetry API dependency. However, it will require users to upgrade to upcoming...

### Is your feature request related to a problem? Please describe. [Failsafe](https://failsafe.dev) is a popular library for handling request failures. We gather metrics from it to understand how well it's...

enhancement
contribution welcome

Document the minimum system requirements (memory / CPU) for running the agent. Currently experiencing intermittent issues with an app running on a 1GB box and Java 1.8 with the agent....

documentation

This reverts commit 8b7252577860ff7229aeebd684de68961c6f8af3.

### Describe the bug I want to add message body to Producer Span but Couldn't get Producer span in rocketmq SendMessageHook. ![image](https://github.com/open-telemetry/opentelemetry-java-instrumentation/assets/15957476/5cc454b7-f4cf-4153-8331-88fd8903acf1) This seems to be the result of not...

bug

### Is your feature request related to a problem? Please describe. Java17 support inculdes additional metrics such as CPU_COUNT_METRICS and LOCK_METRICS described [here](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/runtime-telemetry/runtime-telemetry-java17/library). On OpenJ9 JVM these metrics are not...

enhancement
contribution welcome

Hello maintainers! We have received a report from the CNCF license audit that the following paths contain licenses that do not match the project license. You can find the full...

**Is your feature request related to a problem? Please describe.** As already mentioned here https://github.com/open-telemetry/opentelemetry-specification/issues/173 I'd like to be able to exclude or sample a list of URLs / URL-Patterns...

enhancement

**Is your feature request related to a problem? Please describe.** I'd like to trace all the classes/methods under a package recursively using the `otel.instrumentation.methods.include` system property, without naming every class....

enhancement
contribution welcome

### Is your feature request related to a problem? Please describe. Our users can tell the table name for Dynamo DB, queue name for SQS, bucket name for S3, and...

enhancement
contribution welcome