Class JaegerThriftSpanExporterBuilder
java.lang.Object
io.opentelemetry.exporter.jaeger.thrift.JaegerThriftSpanExporterBuilder
Deprecated.
Builder utility for this exporter.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.Constructs a new instance of the exporter based on the builder's values.setEndpoint(String endpoint) Deprecated.Sets the Jaeger endpoint to connect to.setThriftSender(io.jaegertracing.thrift.internal.senders.ThriftSender thriftSender) Deprecated.Explicitly set theThriftSenderinstance to use for this Exporter.
-
Method Details
-
setThriftSender
public JaegerThriftSpanExporterBuilder setThriftSender(io.jaegertracing.thrift.internal.senders.ThriftSender thriftSender) Deprecated.Explicitly set theThriftSenderinstance to use for this Exporter. Will override any endpoint that has been set.- Parameters:
thriftSender- The ThriftSender to use.- Returns:
- this.
-
setEndpoint
Deprecated.Sets the Jaeger endpoint to connect to. Needs to include the full API path for trace ingest.Optional, defaults to "http://localhost:14268/api/traces".
- Parameters:
endpoint- The Jaeger endpoint URL, ex. "https://jaegerhost:14268/api/traces".- Returns:
- this.
-
build
Deprecated.Constructs a new instance of the exporter based on the builder's values.- Returns:
- a new exporter's instance.
-
OtlpGrpcSpanExporterorOtlpHttpSpanExporterfrom opentelemetry-exporter-otlp instead.