-
Hello all, Problem statement:
Could you please point me to right direction? Thank you in advance |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
/cc @Ladicek, @brunobat, @radcortez |
Beta Was this translation helpful? Give feedback.
-
Hi @t0xa. |
Beta Was this translation helpful? Give feedback.
-
CDI Producer worked for me. Thanks for your help @brunobat |
Beta Was this translation helpful? Give feedback.
Hi @t0xa.
You can try to create a CDI bean producer for the TraceExporter. Like in here:
https://github.com/quarkusio/quarkus/blob/main/extensions/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/exporter/otlp/OtlpExporterProvider.java
Ideally, we should create a new exporter in quarkiverse here: https://github.com/quarkiverse/quarkus-opentelemetry-exporter
This way, we would only need to include the dependency.