Metrics, logs, and traces (the ops layer)
referenceintermediateMetrics, logs, and traces are the three raw signals every other tool in this section is built on — alerts fire on metrics, dashboards chart metrics, and an incident responder reads logs and traces to find the broken component.
Think of it as
Think of this section as what a team builds ON TOP of metrics, logs, and traces, not a replacement for them — an alert is a rule watching a metric, a dashboard is metrics made visible, and an incident is worked by reading the logs and traces those three already produce.
Remember: This section builds alerts, dashboards, SLOs, and incident response ON TOP of metrics/logs/traces — see Logging and Observability for how to actually produce them in Python.
See also: logging levels and handlers · structured and json logging · metrics and distributed tracing · alerts and dashboards · slos slis and error budgets

