opentelemetry-java-instrumentation
opentelemetry-java-instrumentation copied to clipboard
OpenTelemetry auto-instrumentation and instrumentation libraries for Java
### 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...
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....
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.  This seems to be the result of not...
### 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...
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...
Trace methods of all classes under a package by `otel.instrumentation.methods.include=my.package.**`
**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....
### 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...