Class JaegerSpanExporterProperties
- java.lang.Object
-
- io.opentelemetry.instrumentation.spring.autoconfigure.exporters.jaeger.JaegerSpanExporterProperties
-
@ConfigurationProperties(prefix="otel.exporter.jaeger") public final class JaegerSpanExporterProperties extends Object
Configuration forJaegerGrpcSpanExporter.Get Exporter Service Name
Get Exporter Endpoint
Get max wait time for Collector to process Span Batches
-
-
Constructor Summary
Constructors Constructor Description JaegerSpanExporterProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndpoint()DurationgetTimeout()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetEndpoint(String endpoint)voidsetTimeout(Duration timeout)
-