From 5cc3c4994644700d718b5e491097eefdeafe7880 Mon Sep 17 00:00:00 2001 From: lavado Date: Thu, 15 Nov 2018 07:38:57 -0500 Subject: [PATCH] renaming Prometheus metrics at Grafana sample dashboard Change-Id: I7ef9f72a248412e7998d8489791d92d303c21f05 Signed-off-by: lavado --- installers/docker/osm_metrics/osm-sample-dashboard.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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, -- 2.25.1