Interface OtlpTracingConnectionDetails

All Superinterfaces:
ConnectionDetails

public interface OtlpTracingConnectionDetails extends ConnectionDetails
Details required to establish a connection to an OpenTelemetry service.
Since:
3.2.0
Author:
EddĂș MelĂ©ndez, Moritz Halbritter
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 3.4.0 for removal in 3.6.0 in favor of getUrl(Transport)
    getUrl(Transport transport)
    Address to where tracing will be published.
  • Method Details

    • getUrl

      @Deprecated(since="3.4.0", forRemoval=true) default String getUrl()
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 3.4.0 for removal in 3.6.0 in favor of getUrl(Transport)
      Address to where tracing will be published.
      Returns:
      the address to where tracing will be published
    • 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
      Since:
      3.4.0