Interface OtlpMetricsConnectionDetails

All Superinterfaces:
ConnectionDetails

public interface OtlpMetricsConnectionDetails extends ConnectionDetails
Details required to establish a connection to an OpenTelemetry Collector service.
Since:
4.0.0
Author:
EddĂș MelĂ©ndez
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    Address to where metrics will be published.
  • Method Details

    • getUrl

      @Nullable String getUrl()
      Address to where metrics will be published.
      Returns:
      the address to where metrics will be published