Expand description
Server metrics abstraction.
Provides a unified metrics interface that works with or without the otel feature.
When otel is enabled, metrics are recorded via OpenTelemetry instruments.
When disabled, they proxy to the existing ServerState atomics.
Structsยง
- Duration
Timer - Timer for measuring operation duration.
- Server
Metrics - Server metrics collector.