Package io.quarkiverse.cxf.opentelemetry
Interface CxfOpenTelemetryConfig
@ConfigMapping(prefix="quarkus.cxf")
@ConfigDocFilename("quarkus-cxf-integration-tracing-opentelemetry.adoc")
@ConfigRoot(phase=RUN_TIME)
public interface CxfOpenTelemetryConfig
- Since:
- 2.7.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceOptions of CXF clients or service endpoints.static interfaceOptions of CXF clients or service endpoints.static interface -
Method Summary
-
Method Details
-
otel
Global OpenTelemetry configuration. -
clients
@WithName("client") @ConfigDocMapKey("client-name") Map<String,CxfOpenTelemetryConfig.ClientsConfig> clients()Client configurations. -
endpoints
@WithName("endpoint") @ConfigDocMapKey("/endpoint-path") Map<String,CxfOpenTelemetryConfig.EndpointsConfig> endpoints()Endpoint configurations.
-