Package io.quarkiverse.cxf.opentelemetry
Interface CxfOpenTelemetryConfig.GlobalOtelConfig
- Enclosing interface:
- CxfOpenTelemetryConfig
public static interface CxfOpenTelemetryConfig.GlobalOtelConfig
-
Method Summary
Modifier and TypeMethodDescription@WithConverter(io.quarkiverse.cxf.EnabledFor.EnabledForConverter.class) EnabledForSpecifies whether the OpenTelemetry tracing will be enabled for clients, services, both or none.
-
Method Details
-
enabledFor
@WithDefault("both") @WithConverter(io.quarkiverse.cxf.EnabledFor.EnabledForConverter.class) @WithConverter(io.quarkiverse.cxf.EnabledFor.EnabledForConverter.class) EnabledFor enabledFor()Specifies whether the OpenTelemetry tracing will be enabled for clients, services, both or none. This global setting can be overridden per client or service endpoint using the `quarkus.cxf.client."client-name".otel.enabled` or `quarkus.cxf.endpoint."/endpoint-path".otel.enabled` option respectively.- Since:
- 2.7.0
-