What problem does it solve?
Logging, metrics, and tracing infrastructure are often fragmented, making it hard to diagnose failures and optimize performance. This Skill standardizes and guides the implementation of observability practices across projects to provide unified visibility.
Core Features & Use Cases
- OpenTelemetry integration for automatic trace collection and contextual propagation across services.
- Centralized logging standards with structured logs, trace IDs, and consistent log levels for faster incident response.
- Metrics strategy using Prometheus/Grafana for latency, throughput, and error tracking, plus dashboards for golden signals.
- Distributed tracing and alerting to detect bottlenecks, enable root-cause analysis, and enforce SLOs.
- Use Case: Deploy in a microservices architecture to monitor service health, trace requests, and alert on SLA breaches.
Quick Start
Instrument services with OpenTelemetry, standardize structured logging, and expose metrics and traces for centralized monitoring.