📄️ Logging
timeserver uses pino for structured JSON logging. Every log line is a JSON object, which makes logs easy to query in tools like Grafana Loki, Datadog, or CloudWatch.
📄️ Metrics
timeserver exposes Prometheus metrics at /metrics using the prom-client library.
📄️ Tracing
timeserver supports distributed tracing via OpenTelemetry. Traces can be exported to any OTLP-compatible backend (Jaeger, Tempo, Honeycomb, etc.).