接口 OtlpTracingConnectionDetails

所有超级接口:
ConnectionDetails

public interface OtlpTracingConnectionDetails extends ConnectionDetails
Details required to establish a connection to an OpenTelemetry service.
从以下版本开始:
3.2.0
作者:
Eddú Meléndez, Moritz Halbritter
  • 方法概要

    修饰符和类型
    方法
    说明
    default String
    已过时, 待删除: 此 API 元素将从以后的版本中删除。
    since 3.4.0 for removal in 4.0.0 in favor of getUrl(Transport)
    getUrl(Transport transport)
    Address to where tracing will be published.
  • 方法详细资料

    • getUrl

      @Deprecated(since="3.4.0", forRemoval=true) default String getUrl()
      已过时, 待删除: 此 API 元素将从以后的版本中删除。
      since 3.4.0 for removal in 4.0.0 in favor of getUrl(Transport)
      Address to where tracing will be published.
      返回:
      the address to where tracing will be published
    • getUrl

      String getUrl(Transport transport)
      Address to where tracing will be published.
      参数:
      transport - the transport to use
      返回:
      the address to where tracing will be published
      从以下版本开始:
      3.4.0