Class OtlpGrpcSpanExporterProperties


  • @ConfigurationProperties(prefix="otel.exporter.otlp")
    public final class OtlpGrpcSpanExporterProperties
    extends Object
    Configuration for OtlpGrpcSpanExporter.

    Get Exporter Service Name

    Get Exporter Endpoint

    Get max wait time for Collector to process Span Batches

    • Constructor Detail

      • OtlpGrpcSpanExporterProperties

        public OtlpGrpcSpanExporterProperties()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • setEndpoint

        public void setEndpoint​(String endpoint)
      • setTimeout

        public void setTimeout​(Duration timeout)