opentelemetry-java-contrib
opentelemetry-java-contrib copied to clipboard
**Description:** Native build fails because AwsXrayRemoteSampler.java statically inits a Random() This is not allowed, as explained here: https://foivos.zakkak.net/tutorials/working-with-randoms-native-images/ See discussion here: https://github.com/quarkusio/quarkus/discussions/33154
The OpenTelemetry javaagent is a great tool to automatically forward multiple [Trace Context Propogation](https://istio.io/latest/docs/tasks/observability/distributed-tracing/overview/#trace-context-propagation) headers. And while it supports sending the default x-b3 headers used by Red Hat Service Mesh...
**Description:** Time based recording options (time and age) are sent with a space between the value and units, e.g. "6000 ms", which may cause an issue with Java 8/Diagnostic Command....
**Description:** < Describe what is being changed or added. Ex. Bug fix - Describe the bug and how this fixes it. Ex. Feature addition - Describe what this provides and...
### Component(s) aws-resources ### Is your feature request related to a problem? Please describe. We don't want to bring extra dependencies into Classpath (i.e.: Kotlin) ### Describe the solution you'd...
### Component(s) jfr-connection ### What happened? ## Description Time based recording options (time and age) are sent with a space between the value and units, e.g. "6000 ms", which may...
**Description:** This PR adds an OpenTelemetry SDK Extension (SpanProcessor) for enriching traces with "inferred" spans derived from profiling data. It internally uses [async-profiler 3.0](https://github.com/async-profiler/async-profiler) in wall-clock profiling mode. This feature...
### Component(s) _No response_ ### What happened? jvm.md here https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/jmx-metrics/docs/target-systems/jvm.md contains reference to Cassandra, which is inaccurate. I think it's just copypasta and can be edited. ### Component version trunk/main...
Fixes #1214 **Testing:** Has not been tested in a real setup yet - but all implementations are based on the existing resource providers in other languages. **Documentation:** done # Outstanding...
### Component(s) jmx-metrics ### What happened? ## Description Hi all, I'm not able to reduce the log level using the slf4j log level config, I see the jmxreceiver exposing it...