renaming Prometheus metrics at Grafana sample dashboard
Change-Id: I7ef9f72a248412e7998d8489791d92d303c21f05
Signed-off-by: lavado <glavado@whitestack.com>
diff --git a/installers/docker/osm_metrics/osm-sample-dashboard.json b/installers/docker/osm_metrics/osm-sample-dashboard.json
index cb9ca06..415a7cd 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,