From 1ca675cdd8ec0e30a290c65948c5418846e2d329 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Fri, 8 Sep 2017 11:11:00 +0200 Subject: [PATCH] Fix order of hosts in the Grafana dashboard Change-Id: I73967e8ffa730a0e6fb4596d32d6d12fed3ba1c7 --- influxdb/files/grafana_dashboards/influxdb_prometheus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb/files/grafana_dashboards/influxdb_prometheus.json b/influxdb/files/grafana_dashboards/influxdb_prometheus.json index 9b5291f..6c6c61d 100644 --- a/influxdb/files/grafana_dashboards/influxdb_prometheus.json +++ b/influxdb/files/grafana_dashboards/influxdb_prometheus.json @@ -565,7 +565,7 @@ "query": "label_values(influxdb_httpd_authFail, host)", "refresh": 1, "regex": "", - "sort": 0, + "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", -- 2.32.7