OpenTelemetry custom SpanProcessor support #33349
Replies: 4 comments 12 replies
-
/cc @Sgitario (kubernetes), @brunobat (opentelemetry), @geoand (kubernetes), @iocanel (kubernetes), @radcortez (opentelemetry) |
Beta Was this translation helpful? Give feedback.
-
Of course if I remove the span processor, everything works again :) |
Beta Was this translation helpful? Give feedback.
-
Using the SPI, you can take advantage of the Quarkus bundled With the default CDI exporter, you can override the |
Beta Was this translation helpful? Give feedback.
-
@brunobat thank you for your answer. I just want to modify the spans before they are exported. An Exporter would override how the spans are exported ... Also, I would like to use the OpenTelemetry api only (and not using quarkus specific solutions). Am I missing something ? |
Beta Was this translation helpful? Give feedback.
-
Hi guys !
Are OpenTelemetry SpanProcessor 's supported by current quarkus integration ?
When I run locally everything works when using extra/custom SpanProcessor, when I compile in native mode and deploy on kubernetes I see the SpanProcessor is correctly called, I see no error but no spans are exported.
I also tried with this official example :
https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/examples/extension/src/main/java/com/example/javaagent/DemoSpanProcessor.java
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions