Class JaegerSpanExporterProperties
java.lang.Object
io.opentelemetry.instrumentation.spring.autoconfigure.exporters.jaeger.JaegerSpanExporterProperties
@ConfigurationProperties(prefix="otel.exporter.jaeger")
@Deprecated
public final class JaegerSpanExporterProperties
extends Object
Deprecated.
Configuration for
JaegerGrpcSpanExporter.
Get Exporter Service Name
Get Exporter Endpoint
Get max wait time for Collector to process Span Batches
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.booleanDeprecated.voidsetEnabled(boolean enabled) Deprecated.voidsetEndpoint(String endpoint) Deprecated.voidsetTimeout(Duration timeout) Deprecated.
-
Constructor Details
-
JaegerSpanExporterProperties
public JaegerSpanExporterProperties()Deprecated.
-
-
Method Details
-
isEnabled
public boolean isEnabled()Deprecated. -
setEnabled
public void setEnabled(boolean enabled) Deprecated. -
getEndpoint
Deprecated. -
setEndpoint
Deprecated. -
getTimeout
Deprecated. -
setTimeout
Deprecated.
-