Intermediate SRE / DevOps #observability #metrics #collocations

Observability & Metrics Collocations

5 exercises on the language of telemetry: emitting metrics, instrumenting code, tracing requests, structured logs, the three pillars, and cardinality.

Key patterns
  • emit / expose metrics (app) vs. collect / scrape metrics (backend)
  • instrument code; add instrumentation
  • trace a request; distributed tracing with spans + trace ID
  • the three pillars: metrics, logs, traces; prefer structured logs
  • watch label cardinality — high/unbounded cardinality is a trap
0 / 5 completed
1 / 5
A backend developer says: "I've added the client library so the service now ___ metrics for every request."
Which verb is the standard collocation for a service producing metrics?