Record Class IdServerOpenTelemetryConfiguration.IdMetrics

java.lang.Object
java.lang.Record
com.io7m.idstore.server.api.IdServerOpenTelemetryConfiguration.IdMetrics
Record Components:
endpoint - The endpoint to which OTLP metrics data will be sent.
protocol - The protocol used to deliver OpenTelemetry data.
Enclosing class:
IdServerOpenTelemetryConfiguration

public static record IdServerOpenTelemetryConfiguration.IdMetrics(URI endpoint, IdServerOpenTelemetryConfiguration.IdOTLPProtocol protocol) extends Record
Metrics configuration.