Add runners performance dashboard page
What does this MR do and why?
This change adds the runner performance dashboard route as an empty page behind a new feature flag which acts as a placeholder for future development of a runner performance dashboard.
Screenshots or screen recordings
Screenshot |
---|
How to set up and validate locally
- In rails console enable the experiment fully
Feature.enable(:runners_dashboard)
- Visit any the admin performance page
http://gdk.test:3000/admin/runners/dashboard
- No page links here yet, we will add that in later MRs.
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 #377324 (closed)
Edited by Miguel Rincon