Interface MetricsBuildConfig


public interface MetricsBuildConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    Enable metrics with OpenTelemetry.
    The Metrics exporter to use.
  • Method Details

    • enabled

      @WithDefault("false") Optional<Boolean> enabled()
      Enable metrics with OpenTelemetry.

      This property is not available in the Open Telemetry SDK. It's Quarkus specific.

      Support for metrics will be enabled if OpenTelemetry support is enabled and either this value is true, or this value is unset.

    • exporter

      @WithDefault("cdi") List<String> exporter()
      The Metrics exporter to use.