Skill Wiki v0.1.0
principle @community/principle-three-pillars-observability

Three Pillars Observability

Metrics tell you what is happening at scale (RED, USE, four-golden-signals); logs tell you what happened in a specific event (errors, audit, debug); traces tell you why a request was slow or failed across service boundar…

Skill
@community
Domain
ops-observability
Version
1.0.0
Quality
4.0
Edges
5 out · 7 in
Tokens
228/545/912
$ prime install @community/principle-three-pillars-observability

Projection

Always in _index.xml · the agent never has to ask for this.

ThreePillarsObservability [principle] v1.0.0

A production system must emit three complementary signal types — metrics (numeric time-series, aggregable), logs (timestamped event records, contextual), and traces (causal request chains across services) — because each answers questions the others cannot.

Metrics tell you what is happening at scale (RED, USE, four-golden-signals); logs tell you what happened in a specific event (errors, audit, debug); traces tell you why a request was slow or failed across service boundaries (causal path + per-span timing). Eliminate any one and a class of question becomes answerable only by guessing. Modern practice unifies emission via OpenTelemetry — single SDK, common attributes (service.name, trace_id, span_id), then routed to three backends (Prometheus/Mimir, Loki/ELK, Tempo/Jaeger) or one unified backend (Datadog, Honeycomb, Grafana).

Source

prime-system/examples/frontend-design/primes/compiled/@community/principle-three-pillars-observability/atom.yaml

Compiled at 2026-05-07