Gates runner wait times history chart behind feature flag
What does this MR do and why?
This change gates the wait times history chart behind the
clickhouse_ci_analytics
feature falg so instances that don't have
the feature enabled don't see an empty chart.
Screenshots or screen recordings
Before (ff disabled) | After (ff disabled) |
---|---|
How to set up and validate locally
- Enable
Feature.enable(:runners_dashboard)
- Disable
Feature.disable(:clickhouse_ci_analytics)
- Visit Admin > Runners > Dashboard
http://gdk.test:3000/admin/runners/dashboard
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #424498 (closed)
Edited by Miguel Rincon