Class OtlpGrpcSpanExporterProperties
- java.lang.Object
-
- io.opentelemetry.instrumentation.spring.autoconfigure.exporters.otlp.OtlpGrpcSpanExporterProperties
-
@ConfigurationProperties(prefix="otel.exporter.otlp") public final class OtlpGrpcSpanExporterProperties extends Object
Configuration forOtlpGrpcSpanExporter.Get Exporter Service Name
Get Exporter Endpoint
Get max wait time for Collector to process Span Batches
-
-
Constructor Summary
Constructors Constructor Description OtlpGrpcSpanExporterProperties()
-
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)
-