mule-opentelemetry-module icon indicating copy to clipboard operation
mule-opentelemetry-module copied to clipboard

Mule Extension to generate OpenTelemetry traces and metrics

Results 26 mule-opentelemetry-module issues
Sort by recently updated
recently updated
newest added

Hi, I'm working with Kafka on Mulesoft, and I would like to pass the trace id from the publisher to the consumer, I tried to put a traceparent header, but...

enhancement
processor-support

Hello, Thx for great extension. Right now, I have set the settings to send trace data to with Elastic cloud APM , all data are being showed but service map...

bug

MuleSoft has released the 4.6 runtime which is the first version to support Java 17. We should validate against 4.6 using Java 17 and implement an approach for building and...

enhancement

Starting semantic Conventions 1.21.0, many HTTP semantic conventions are deprecated and marked for removal. OpenTelemetry Specification [guidelines](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/README.md) are to allow opt-into the new and [now stable HTTP Semantic Conventionss](https://github.com/open-telemetry/semantic-conventions/pull/377). From...

Module by default records 100% of the traces and spans. This may not be needed all the time and can be controlled with trace [sampling](https://opentelemetry.io/docs/concepts/sampling/). It is possible to use...

Our Mule 4.4 application currently employs OpenTelemetry version 1.2.0. However, upon upgrading to version 1.5.0, we encountered an issue where the application exhausts its database connections (Oracle) after handling the...

need information

While auto-injection isn't supported (see [Limitations](https://github.com/avioconsulting/mule-open-telemetry-module#limitations) ), the [HTTP Request Context Injection ](https://github.com/avioconsulting/mule-open-telemetry-module#http-request-context-injection) approach requires users to be aware of what header entries need to be added. ``` ``` Depending...

enhancement

step1: I added dependency in our mule application. step2: I have installed the opentelemetry collector in my windows. step3: Trying to connect mulesoft application to otelcollector. Here I'm facing configuration...

question