Add DORA metrics dashboard MvC
What does this MR do and why?
This MR:
- Adds the
dora_metrics_dashboardWIP feature flag - Renames the
dora_metrics_over_timedata source todora_metrics -
Extends the data source to query for either time series data or a single value (uses the Bucketing interval parameter)!180012 (merged) - Adds time series chart visualizations for the four DORA metrics
- Adds a
DORA metricsdashboard to test out the tiles + charts (optional)
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Dashboard | Dashboard list |
|---|---|
![]() |
![]() |
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Seed data for
Dora Metricshttps://docs.gitlab.com/ee/development/development_seed_files.html - Enable the feature flags in rails console:
Feature.enable(:dora_metrics_dashboard) - Navigate to Analytics Dashboard Editor for a group or project
- Select
Dora metric charts - Compare the data in the charts with the CI/CD analytics page
Edited by Ezekiel Kigbo

