-
**Describe the bug**
AWS Otel java instrumentation v1.32.5 looks to be not compatible with JDK23. OpenTelemetry Javaagent failed to start.
**Steps to reproduce**
**Test Application**
```
pu…
-
Currently we support use cases where tracing is manually configured, but still using OpenTelemetry. However, for some they are instead using the auto-instrumentation provided by the [open-telemetry-ja…
-
I've recently tried upgrading our custom otel distribution from 0.5.2. to 0.7.0 and encountered the following error:
```
FAILURE: Build failed with an exception.
* What went wrong:
Could not d…
-
### Type of issue
Other (describe below)
### Description
Issue: At the time of springboot application start, whenever there is an exception in any Azure core package (for example, `com.azure.secu…
-
**Agent Environment**
- Datadog Agent from here `COPY --from=datadog/serverless-init:1.5.1 /datadog-init /app/datadog-init`
- Runs within a GCP CloudRun Service like this: `ENTRYPOINT ["/app/datad…
-
**Describe the bug**
For an application using the java agent, we can publish metrics using OTLP exporter with the following configurations:
```env
OTEL_SERVICE_NAME="some-service-name"
OTEL_METR…
-
See logs reported by user:
```
This process is enhanced by Digma!
/Users/admin/Library/Java/JavaVirtualMachines/openjdk-23/Contents/Home/bin/java -XX:TieredStopAtLevel=1 -Dspring.output.ansi.enabled=a…
-
### Describe the bug
When starting an application like this `java -javaagent:/path/to/another/agent.jar -javaagent:/path/to/opentelemetry-javaagent.jar -jar /path/to/app.jar`, In some case, there wo…
-
I would like to add attributes, specifically client request and response headers, to the OpenTelemetry span for each REST call. For the OpenTelemetry Java agent instrumentation, I would take advantage…
-
Explore whether it's possible for the NR Java agent to load and use OTel bytecode instrumentation. This would probably look something like cloning the [OTel instrumentation](https://github.com/open-te…