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
-
Element Details
-
value
String valueThe type name of the OpenTelemetry metrics exporter.
-