java.lang.Object
io.opentelemetry.instrumentation.spring.autoconfigure.exporters.jaeger.JaegerSpanExporterProperties

@ConfigurationProperties(prefix="otel.exporter.jaeger") public final class JaegerSpanExporterProperties extends Object
Configuration for JaegerGrpcSpanExporter.

Get Exporter Service Name

Get Exporter Endpoint

Get max wait time for Collector to process Span Batches

  • Constructor Details

    • JaegerSpanExporterProperties

      public JaegerSpanExporterProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getEndpoint

      @Nullable public String getEndpoint()
    • setEndpoint

      public void setEndpoint(String endpoint)
    • getTimeout

      @Nullable public Duration getTimeout()
    • setTimeout

      public void setTimeout(Duration timeout)