Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpereira2 <rpereira@gitlab.com>2019-04-17 10:07:25 +0300
committersyasonik <syasonik@gitlab.com>2019-04-17 15:02:24 +0300
commite5966e5dff37c1060e8bd321888972c821b63362 (patch)
treec554efb7282ebb5a8ee59b829e367af1182f12c3
parentdcdcb3777620664ec6335a3b4eb8d843f7e1e88a (diff)
Change dashboard order attribute to priority
Dashboards will be ordered in descending order of priority. The word 'priority' seems to signify descending order while 'order' signifies ascending order.
-rw-r--r--config/prometheus/common_metrics.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/prometheus/common_metrics.yml b/config/prometheus/common_metrics.yml
index e6df519542e..e88a8359f5e 100644
--- a/config/prometheus/common_metrics.yml
+++ b/config/prometheus/common_metrics.yml
@@ -1,5 +1,5 @@
dashboard: 'Environment metrics'
-order: 1
+priority: 1
panel_groups:
# NGINX Ingress metrics for pre-0.16.0 versions
- group: Response metrics (NGINX Ingress VTS)