Interface OtlpTracingConnectionDetails

All Superinterfaces:
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails

public interface OtlpTracingConnectionDetails extends org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Details required to establish a connection to an OpenTelemetry service.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    getUrl(Transport transport)
    Address to where tracing will be published.
  • Method Details

    • getUrl

      String getUrl(Transport transport)
      Address to where tracing will be published.
      Parameters:
      transport - the transport to use
      Returns:
      the address to where tracing will be published