Class OpenTelemetryExporterOtlp

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

@Singleton public class OpenTelemetryExporterOtlp extends OpenTelemetryExporterFeature
  • Field Details

  • Constructor Details

    • OpenTelemetryExporterOtlp

      public OpenTelemetryExporterOtlp()
  • 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