Interface CxfOpenTelemetryConfig.EndpointsConfig.EndpointConfig

Enclosing interface:
CxfOpenTelemetryConfig.EndpointsConfig

public static interface CxfOpenTelemetryConfig.EndpointsConfig.EndpointConfig
Options of a CXF service endpoint.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If `true` and if `quarkus.cxf.otel.enabled-for` is set to `both` or `services` then the `OpenTelemetryFeature` will be added to this service endpoint; otherwise the feature will not be added to this service endpoint.
  • Method Details

    • enabled

      @WithDefault("true") boolean enabled()
      If `true` and if `quarkus.cxf.otel.enabled-for` is set to `both` or `services` then the `OpenTelemetryFeature` will be added to this service endpoint; otherwise the feature will not be added to this service endpoint.
      Since:
      2.7.0