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:
- 3.2.0
-
Method Summary
-
Method Details
-
getUrl
String getUrl()Address to where metrics will be published.- Returns:
- the address to where metrics will be published
-