Interface CxfMetricsConfig.GlobalMetricsConfig

Enclosing interface:
CxfMetricsConfig

public static interface CxfMetricsConfig.GlobalMetricsConfig
  • Method Details

    • enabledFor

      Specifies whether the metrics collection 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".metrics.enabled` or `quarkus.cxf.endpoint."/endpoint-path".metrics.enabled` option respectively.
      Since:
      2.7.0
    • tagsCustomizers

      Optional<List<String>> tagsCustomizers()
      A list of xref:user-guide/configuration.adoc#beanRefs[references] to `org.apache.cxf.metrics.micrometer.provider.TagsCustomizer` beans that will be attached to the global metrics feature.
      Since:
      3.15.0