Skip to content
Snippets Groups Projects
Commit 5cc3c499 authored by lavado's avatar lavado
Browse files

renaming Prometheus metrics at Grafana sample dashboard


Change-Id: I7ef9f72a248412e7998d8489791d92d303c21f05
Signed-off-by: default avatarlavado <glavado@whitestack.com>
parent ba2cca95
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment