Instrumentation Pipeline
Source: content/manual/01-dora-accelerate/chapters/02-instrumentation-pipeline.md
Purpose and scope
Describe the event flow and storage model so DORA metrics can be computed automatically.
Outcomes
- Nightly rollups with service/team filters.
- Zero manual spreadsheet steps.
- Backfill capability for schema changes.
Signals of trouble
- Manual copy/paste into dashboards.
- Missing service/team tags in deploy events.
- Incidents lack deploy correlation.
Remediation steps
- Emit structured events (webhooks/APIs) from SCM, CI/CD, and incident tools.
- Land events in a warehouse; normalize with dbt or equivalent.
- Create materialized views for the four DORA metrics.
- Add data quality checks and alert on missing linkages.
Checklists and assets
playbooks/measure-dora-metrics/checklist.mdfor field mapping and validation.
References
- Platform data architecture docs; BI dashboard specs.
