-
Hi,
I am using oauth authentication for otel collector, The token needs to be changed one hour once. I need to set that dynamically. I have used your setHeader with supplier and it was working as …
-
![image](https://github.com/user-attachments/assets/561c8026-7278-464b-be66-57cccc155f96)
![image](https://github.com/user-attachments/assets/781e3324-28cf-4ffc-8c7c-802e87c4ce91)
i can't use it
C:…
-
We have a weird issue that we saw in production couple of days back. So i have this springboot webflux application which is running in prod on Google Kubernetes engine for more than 3 months now. We f…
-
### Describe the bug
Using spring boot starter v2.0.0, which introduced an [improvement](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/9950) for using the OTEL_EXPORTER_…
-
Hello team,
This is my first post on this project.
I have been using open telemetry java for a while now, and if not anything else, thank you for the work here.
Just wanted to reach out with a …
-
Spring boot starter configuration properties: https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/spring/spring-boot-autoconfigure/README.md#configuration-pr…
trask updated
10 months ago
-
springboot version is 2.7.3
```xml
io.opentelemetry.instrumentation
opentelemetry-spring-boot-starter
1.17.0-alpha
-
There's scenarios where you may not want to/cannot use the java agent for autoinstrumentation, but _do_ want to get library instrumentation. This should be documented with code samples, similar to the…
-
When upgrading to Spring Boot 3 (and Micrometer) I noticed the traceId and spanId are not added to the logs when it's a Webflux project.
Webflux: https://github.com/sanderino666/webflux-micrometer…
-
### Describe the bug
I recently tried to use the existing OTLP Logback Appender with a Spring Boot 3 application to generate OTLP-based logs natively. Unfortunately the current implementation of OTLP…