Interface LogsBuildConfig


public interface LogsBuildConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    Enable logs with OpenTelemetry.
    The Logs exporter to use.
  • Method Details

    • enabled

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

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

      Support for logs 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 Logs exporter to use.