Annotation Interface ConditionalOnOpenTelemetryMetricsExporter


@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented @ConditionalOnOpenTelemetryMetrics @Conditional(io.arconia.opentelemetry.autoconfigure.metrics.exporter.OnOpenTelemetryMetricsExporterCondition.class) public @interface ConditionalOnOpenTelemetryMetricsExporter
Whether OpenTelemetry metrics should be exported using the specified exporter type.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The type name of the OpenTelemetry metrics exporter.
  • Element Details

    • value

      String value
      The type name of the OpenTelemetry metrics exporter.