Record Class IdServerOpenTelemetryConfiguration.IdLogs

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

public static record IdServerOpenTelemetryConfiguration.IdLogs(URI endpoint, IdServerOpenTelemetryConfiguration.IdOTLPProtocol protocol) extends Record
Log configuration.