Support multiple queries per chart on metrics dash
Adding support for metrics alerts disabled multiple query support. To avoid a data model refactor, this enables the visual of multiple queries per chart on the front end, combining queries based on metric group, title, and y-axis label. This also adds support for adding and editing alerts based on the query selected rather than the single metric associated with the chart.
Showing
... | ... | @@ -34,7 +34,7 @@ |
"@babel/preset-env": "^7.3.1", | ||
"@gitlab/csslab": "^1.9.0", | ||
"@gitlab/svgs": "^1.58.0", | ||
"@gitlab/ui": "^3.0.0", | ||
"@gitlab/ui": "^3.0.1", | ||
"apollo-cache-inmemory": "^1.5.1", | ||
"apollo-client": "^2.5.1", | ||
"apollo-upload-client": "^10.0.0", | ||
... | ... |
Please register or sign in to comment