-
### Integration
sentry-opentelemetry-agent
### Java Version
21
### Version
7.0.0
### Steps to Reproduce
#### Environment
OS: Ubuntu 22.04
Linux: 6.2.0-37-generic #38~22.04.1-U…
njlaw updated
10 months ago
-
### Is your feature request related to a problem? Please describe.
The MDC keys used for `trace_id,` `span_id`, and `trace_flags` are currently hardcoded in [LoggingContextConstants](https://github.c…
-
**Describe the bug**
Environment: Production.
in MFA, after entering 8-digit key and receiving a 2-digit number and approved in auth app, expected `AuthenticationCallback.onSuccess`, but received …
-
Otel settings
```
SET JAVA_OPTS=%JAVA_OPTS% -javaagent:opentelemetry-javaagent.jar
REM SET OTEL_TRACES_EXPORTER=zipkin
REM SET OTEL_EXPORTER_ZIPKIN_ENDPOINT=http://172.42.1.20:9411/api/v2/s…
-
# Environment
* Grafana Agent v0.32.1 on MAcOS
* Grafana Cloud
* Logs produced by otel-java auto instr 1.24.0 / logback-instrumentation then channel through OTel Collector to capture the log mess…
-
I'm using Spring boot within a Docker image on Azure (App Service).
After upgrading from Spring Boot 2.7.7 to 2.7.8 no request reaches the spring container any more, Tomcat responds with 404 to all r…
-
**Describe the bug**
We are creating spans within our Java application like:
```
Span span = tracer.spanBuilder("abc").startSpan();
```
When these spans are created, the "service name" is the spa…
-
Hi all!
My company is currently experimenting with Pekko 1.0.0 (fork of Akka). We collect our logs via Microsoft's Application Insights. Java logging agent from Application Insights [provides](http…
-
### Component(s)
exporter/clickhouse
### What happened?
## Description
![image](https://github.com/open-telemetry/opentelemetry-collector-contrib/assets/5362164/ea535cd2-d202-4610-b8e1-c7b50569601…
-
### Describe the bug
When using `span.setStatus(StatusCode.OK)` from the Java SDK, the automatic instrumentation does not respect that this is final. The spec clearly states this [here](https://githu…