Class JaegerSpanExporterProperties


  • @ConfigurationProperties(prefix="opentelemetry.trace.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 Detail

      • JaegerSpanExporterProperties

        public JaegerSpanExporterProperties()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • getEndpoint

        public @Nullable String getEndpoint()
      • setEndpoint

        public void setEndpoint​(String endpoint)
      • getSpanTimeout

        public @Nullable Duration getSpanTimeout()
      • setSpanTimeout

        public void setSpanTimeout​(Duration spanTimeout)