What problem does it solve?
This Skill helps you understand the internal state of your systems by instrumenting them with structured logging, metrics, and distributed tracing, making it easier to diagnose issues and ensure reliability.
Core Features & Use Cases
- Structured Logging: Implement JSON-formatted logs with consistent levels and essential context.
- Metrics Instrumentation: Capture key performance indicators like latency, errors, and saturation using standard metric types.
- Distributed Tracing: Trace requests across services to pinpoint performance bottlenecks.
- SLIs/SLOs/SLAs: Define and track reliability targets.
- Alerting & Dashboards: Set up actionable alerts and informative dashboards.
- Health Checks: Implement standard health check endpoints.
- Use Case: When deploying a new microservice, use this skill to ensure it emits structured logs, exposes the four golden signals as Prometheus metrics, and is integrated with a distributed tracing system like OpenTelemetry.
Quick Start
Configure structured JSON logging for all services with a timestamp, level, message, service, and environment.