What problem does it solve?
Observability tooling can be fragmented across logs, metrics, and distributed traces, making it hard to understand incidents and prove system health with evidence.
Core Features & Use Cases
- OpenTelemetry end-to-end setup: instrumentation, trace/metric/log export, and correlation so request flows can be followed across services.
- Decision-ready observability workflows: helps you route tasks to the right signal (logs for discrete events, metrics for aggregated measurements, traces for request flow).
- SLO/SLI-informed alerting guidance: implements alert strategy using burn-rate concepts and enforces runbooks for page-level alerts.
- Dashboard design with RED/USE: structures dashboards to explain what matters (service health and resource health) using consistent layout principles.
- Production safety checks: emphasizes avoiding high-cardinality metrics, preventing PII/secrets in logs, and ensuring trace-log correlation.
Quick Start
Ask an AI to design an OpenTelemetry-based observability plan for your Node.js service that exports traces, metrics, and logs, then proposes RED/USE dashboards and SLO burn-rate alert rules with required runbook links.