From: lavado Date: Thu, 15 Nov 2018 12:38:57 +0000 (-0500) Subject: renaming Prometheus metrics at Grafana sample dashboard X-Git-Tag: v5.0.0~26^2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=5cc3c4994644700d718b5e491097eefdeafe7880;hp=ba2cca9509dfbea3af2ba3d3a3df806dfba13c68;p=osm%2Fdevops.git renaming Prometheus metrics at Grafana sample dashboard Change-Id: I7ef9f72a248412e7998d8489791d92d303c21f05 Signed-off-by: lavado --- diff --git a/installers/docker/osm_metrics/osm-sample-dashboard.json b/installers/docker/osm_metrics/osm-sample-dashboard.json index cb9ca068..415a7cdc 100644 --- a/installers/docker/osm_metrics/osm-sample-dashboard.json +++ b/installers/docker/osm_metrics/osm-sample-dashboard.json @@ -54,7 +54,7 @@ "steppedLine": false, "targets": [ { - "expr": "cpu_utilization", + "expr": "osm_cpu_utilization", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -139,7 +139,7 @@ "steppedLine": false, "targets": [ { - "expr": "average_memory_utilization", + "expr": "osm_average_memory_utilization", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -224,7 +224,7 @@ "steppedLine": false, "targets": [ { - "expr": "load", + "expr": "osm_load", "format": "time_series", "interval": "", "intervalFactor": 1, @@ -309,7 +309,7 @@ "steppedLine": false, "targets": [ { - "expr": "users", + "expr": "osm_users", "format": "time_series", "interval": "", "intervalFactor": 1,