Commit graph

4 commits

Author SHA1 Message Date
rpereira2
f029c3dd39 Make query or query_range required in metrics
Either the query or query_range attribute needs to be present in the
metrics yml. The yml is invalid if both are present or neither is
present.
2019-04-24 18:23:03 +08:00
rpereira2
c2818d6b23 Add schema validation spec
Validate the schema of the dashboard that is loaded by
Gitlab::MetricsDashboard::Service.
2019-04-24 18:23:03 +08:00
rpereira2
0007a42a7b Correct the order of groups and panels
- Order groups by descending order of priority.
- Order panels by descending order of weight.
- Perform sorting after adding project/custom metrics.
2019-04-24 18:23:03 +08:00
syasonik
1596e55560 Cleanup misnamed or unnecessary files 2019-04-24 18:23:03 +08:00