Annotation Interface ConditionalOnOpenTelemetryTracingExporter


@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented @ConditionalOnOpenTelemetryTracing @Conditional(io.arconia.opentelemetry.autoconfigure.traces.exporter.OnOpenTelemetryTracingExporterCondition.class) public @interface ConditionalOnOpenTelemetryTracingExporter
Whether OpenTelemetry traces 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 traces exporter.
  • Element Details

    • value

      String value
      The type name of the OpenTelemetry traces exporter.