Class OtlpExporterProperties.SignalProperties

java.lang.Object
io.opentelemetry.instrumentation.spring.autoconfigure.exporters.otlp.OtlpExporterProperties.SignalProperties
Enclosing class:
OtlpExporterProperties

public static class OtlpExporterProperties.SignalProperties extends Object
  • Constructor Details

    • SignalProperties

      public SignalProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getEndpoint

      @Nullable public String getEndpoint()
    • setEndpoint

      public void setEndpoint(@Nullable String endpoint)
    • getTimeout

      @Nullable public Duration getTimeout()
    • setTimeout

      public void setTimeout(@Nullable Duration timeout)