-
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 …
-
### Component(s)
runtime-attach
### What happened?
## Description
When using the opentelemetry-runtime-attach library , it fails at start up when OTEL_TRACES_EXPORTER=jaeger. The message is
## …
-
## 应用场景的文章
- [百度交易中台之订单系统架构浅析 - InfoQ by 百度Geek说](https://xie.infoq.cn/article/77c3ca8c4f5f4e938e7fb8b87) 2021-04-08
- 针对每个指令是独立执行单元要重复获取数据的问题的解决方案(即Session级Cache)。
- [Java 多线程上下文传递在复杂场景下的…
-
I am following the [public documentation](https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/tree/main/exporters/auto) to setup auto instrumentation of a [test application](https://g…
-
## Issue Description
We have a spring boot REST interface that reads the payload of an HTTP request as follows:
```java
@ResponseStatus(value = HttpStatus.OK)
@PostMapping(value = FESR…
-
### Description
The MongoDB Client Extension uses OpenTracing for Tracing. We need to move it to OpenTelemetry because CNCF has archived OpenTracing: https://www.cncf.io/blog/2022/01/31/cncf-archiv…
-
### Description
According to [the Agent Spec](https://source.datanerd.us/agents/agent-specs/blob/main/Span-Events.md#http-response-code-errors),
> _If_ the agent supports synthesizing errors based …
-
Using a `dependencyManagement` sub-project to gather shared dependencies:
- Upstream: https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/9f3ad5efda6f6484811e57c9064c8e6aaaeba08…
-
## Description
In my experience with OTel Python and JS, “auto instrumentation” refers to a feature that allows users to get traces without having to write 1 line of code and can just use environme…
-
The document to configure auto instrumentation as given below specifies to use opentelemetry-operations-java-auto-.jar
java -javaagent:path/to/opentelemetry-javaagent.jar \
-Dotel.javaagent.…