Skip to main contentModule observability
Source - audit
- Compliance-grade audit trail.
- health
- Health-check registry and
/healthz / /readyz route handlers. - lean_telemetry
- Zero-allocation trace propagation, span-ID generation, and atomic RED counters.
- metrics
- Prometheus metrics — install once, record per-request RED metrics.
- otel
- OpenTelemetry OTLP tracer — init once at launch, read globally.
- plugin
ArclyObservabilityPlugin — wires up all four observability backends in one
plugin that drops into any arcly-http application.- propagation
- W3C Trace Context propagation — the single place incoming
traceparent
headers are parsed and per-hop span IDs are minted.