Record Class IdServerOpenTelemetryConfiguration

java.lang.Object
java.lang.Record
com.io7m.idstore.server.api.IdServerOpenTelemetryConfiguration
Record Components:
logicalServiceName - The logical service name
logs - The configuration for OTLP logs
metrics - The configuration for OTLP metrics
traces - The configuration for OTLP traces

public record IdServerOpenTelemetryConfiguration(String logicalServiceName, Optional<IdServerOpenTelemetryConfiguration.IdLogs> logs, Optional<IdServerOpenTelemetryConfiguration.IdMetrics> metrics, Optional<IdServerOpenTelemetryConfiguration.IdTraces> traces) extends Record
Configuration information for OpenTelemetry.