-
Hi. In Quarkus 2.x we had How is this handled in 3.x? Do we have to set Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
/cc @brunobat (opentelemetry), @radcortez (opentelemetry) |
Beta Was this translation helpful? Give feedback.
-
If you want to disable tracing it's better just to disable the OTel SDK. You can now do it in runtime, per environment with the new quarkus.otel.sdk.disabled property. |
Beta Was this translation helpful? Give feedback.
-
Sorry to revive this old discussion, but to me it feels like there is something missing:
So I'm missing a runtime property to disable the OTLP export. WDYT @radcortez @brunobat? PS: Setting the |
Beta Was this translation helpful? Give feedback.
For compatibility you can use
quarkus.otel.exporter.otlp.enabled
. This is a build time property.