Observability & Metrics
Health checks · Metrics · Ops
Overview
Running security software in production requires visibility. 1SEC exposes health checks, metrics, and operational state through the API.
Health
Basic health lives at GET /health. It remains unauthenticated so load balancers and Kubernetes probes keep working even when the API is locked down.
Metrics
Metrics are available at GET /api/v1/metrics. Use them to validate routing, spot module errors, and track throughput. For exposed engines, request them with an API key or read-only key.
Dashboards
The web dashboard is available at /dashboard. For production, run your own metrics stack and alert on error counters.
Operational Alerts
- Routing skipped spikes
- Consumer lag and processing latency
- Webhook dead letters growth