From 9ac50e1bba8c318824c1c802c50bc748e557a1d0 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Thu, 31 Dec 2020 10:57:18 -0800 Subject: [PATCH] fix metric title --- wownero/files/grafana/daemon_metrics.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wownero/files/grafana/daemon_metrics.json b/wownero/files/grafana/daemon_metrics.json index 88b15fe..c21dc92 100644 --- a/wownero/files/grafana/daemon_metrics.json +++ b/wownero/files/grafana/daemon_metrics.json @@ -163,7 +163,7 @@ "targets": [ { "expr": "avg(monerod_block_reward)", - "legendFormat": "Block Reward (XMR)", + "legendFormat": "Block Reward (WOW)", "refId": "A" } ], @@ -171,7 +171,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Block Reward (XMR)", + "title": "Block Reward (WOW)", "tooltip": { "shared": true, "sort": 0,