Interface OtlpMetricsConnectionDetails

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

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

    Modifier and Type
    Method
    Description
    default @Nullable org.springframework.boot.ssl.SslBundle
    SSL bundle to use.
    @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
    • getSslBundle

      default @Nullable org.springframework.boot.ssl.SslBundle getSslBundle()
      SSL bundle to use.
      Returns:
      the SSL bundle to use or null
      Since:
      4.1.0