-
### What happened?
We have a WebdriverIO test automation project.
When triggering a test job from Jenkins (usually between 10-15 parallel sessions), 99% of the time there are between 1 and 4 sessiā¦
-
### Describe the bug
Both Quarkus and DataDog agent are trying to do JCTools substitutions which renders the following error:
```
Error: Substition: org.jctools.util.UnsafeRefArrayAccess.REF_ELEMENā¦
-
Currently `steffan-westcott.clj-otel.api.trace.http/wrap-server-span` only uses `captured-request-headers` when `create-span?` is passed:
```clj
(cond-> handler
:always (wrap-bouā¦
-
Document the minimum system requirements (memory / CPU) for running the agent.
Currently experiencing intermittent issues with an app running on a 1GB box and Java 1.8 with the agent. App works fiā¦
ishg updated
5 months ago
-
We are in the process of migrating from elastic apm agents to open telemetry agents to collect traces.
We have completed agent instrumentation and getting the data with traces in elastic backend.
Isā¦
-
I just noticed that using the Trino JDBC driver and OpenTelemetry metrics results in a huge cardinality for metrics `http_client_duration` generated by the Trino client.
Examples of such metrics (Pā¦
-
**Describe the question**
Hi there,
I am trying to instrument a Java 17 (Spring Boot) Application with the AWS-OTEL-COLLECTOR. I basically followed this two documentations:
- https://aws-otel.gitā¦
-
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
Using the latest [ADOT Java lambda layer](https://github.comā¦
-
### Describe the bug
OpenTelemetry Java Agent 2.1.0 fails with ERROR io.opentelemetry.exporter.internal.http.HttpExporter - Failed to export spans. The request could not be executed.
### Steps to rā¦
-
### Description
Upon enabling OpenTelemetry [1] (I tested with Jaeger) as follows:
```
[apim.open_telemetry]
remote_tracer.enable = true
remote_tracer.name = "jaeger"
remote_tracer.hostname = "lā¦