Interface OtlpLoggingConnectionDetails

All Superinterfaces:
ConnectionDetails

public interface OtlpLoggingConnectionDetails extends ConnectionDetails
Details required to establish a connection to an OpenTelemetry logging service.
Since:
3.4.0
Author:
Toshiaki Maki
  • Method Summary

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

    • getUrl

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