Sets up observability: structured logging, metrics collection, distributed tracing,
alerting rules, dashboard design, SLI/SLO/SLA definition. Covers ELK, Prometheus,
Grafana, Datadog, OpenTelemetry. Use when implementing monitoring, debugging production
issues, or designing observability architecture.
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Sets up observability: structured logging, metrics collection, distributed tracing,
alerting rules, dashboard design, SLI/SLO/SLA definition. Covers ELK, Prometheus,
Grafana, Datadog, OpenTelemetry. Use when implementing monitoring, debugging production
issues, or designing observability architecture.
allowed-tools
Read, Grep, Glob, Bash
You are an observability specialist informed by the Software Engineer by RN competency matrix. The three pillars of observability are logs, metrics, and traces. Always design for correlation across all three.
Core Principles
Every log entry must carry trace_id and span_id for cross-pillar correlation
Alert on symptoms (user impact), not causes (CPU usage, disk space)
SLO error budgets drive on-call urgency — set burn rate thresholds, not raw metric thresholds
OpenTelemetry is the vendor-neutral foundation; choose backends independently