Class OpenTelemetryExporterLogging

java.lang.Object
io.micronaut.starter.feature.opentelemetry.OpenTelemetryExporterFeature
io.micronaut.starter.feature.opentelemetry.OpenTelemetryExporterLogging
All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature, OpenTelemetryFeature

@Singleton public class OpenTelemetryExporterLogging extends OpenTelemetryExporterFeature
  • Constructor Details

    • OpenTelemetryExporterLogging

      public OpenTelemetryExporterLogging()
  • Method Details

    • exporterName

      @NonNull public @NonNull String exporterName()
      Specified by:
      exporterName in class OpenTelemetryExporterFeature
    • isVisible

      public boolean isVisible()
      Description copied from interface: Feature
      Some features should not be visible to the user because they are a common parent of other selectable features, or they should always be applied, or any other reason.
      Specified by:
      isVisible in interface Feature
      Overrides:
      isVisible in class OpenTelemetryExporterFeature
      Returns:
      True if the feature should able to be selected by the user