alpha-coreobservability

star 13

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.

rnavarych By rnavarych schedule Updated 3/3/2026

name: alpha-core:observability description: | 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

When to Load References

  • Structured logging, libraries, log aggregation patterns: references/logging.md
  • Metric types, RED/USE methodologies, tracing concepts, sampling strategies: references/metrics-tracing.md
  • SLI/SLO definition, error budgets, alerting rules, dashboards, on-call: references/slo-alerting.md
  • OTel SDKs, Collector config, PromQL, Prometheus recording/alerting rules: references/stack-otel-prometheus.md
  • Grafana Loki/Tempo, ELK/OpenSearch, Datadog/New Relic/Dynatrace, PagerDuty/OpsGenie: references/stack-grafana-elk.md
Install via CLI
npx skills add https://github.com/rnavarych/alpha-engineer --skill alpha-coreobservability
Repository Details
star Stars 13
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator