Class OpenTelemetryTracingExporterProperties
java.lang.Object
io.arconia.opentelemetry.autoconfigure.traces.exporter.OpenTelemetryTracingExporterProperties
@ConfigurationProperties(prefix="arconia.otel.traces.exporter")
public class OpenTelemetryTracingExporterProperties
extends Object
Configuration properties for OpenTelemetry tracing exporters.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOtlp()@Nullable ExporterTypegetType()voidsetType(@Nullable ExporterType type)
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
OpenTelemetryTracingExporterProperties
public OpenTelemetryTracingExporterProperties()
-
-
Method Details
-
getType
-
setType
-
getOtlp
-