From 720a284db5c1a9dbe0379cd74e3825246296165e Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Tue, 4 Aug 2020 01:36:31 +0200 Subject: [PATCH] dist/grafana: fix endpoint abstractions cache metric panel fixup of 30cdc14 --- dist/grafana/grafana-prometheus-zrepl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/grafana/grafana-prometheus-zrepl.json b/dist/grafana/grafana-prometheus-zrepl.json index 29278f9..32a7895 100644 --- a/dist/grafana/grafana-prometheus-zrepl.json +++ b/dist/grafana/grafana-prometheus-zrepl.json @@ -920,7 +920,7 @@ "stack": false, "steppedLine": false, "targets": [{ - "expr": "zrepl_endpoint_send_abstractions_cache_entry_count", + "expr": "zrepl_endpoint_abstractions_cache_entry_count", "format": "time_series", "intervalFactor": 1, "refId": "A" @@ -929,7 +929,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "send abstractions cache entry count (should not be zero and not grow unboundedly)", + "title": "zfs abstractions cache entry count (should not be zero and not grow unboundedly)", "tooltip": { "shared": true, "sort": 0, @@ -1236,6 +1236,6 @@ }, "timezone": "", "title": "zrepl 0.3", - "uid": "etJuvBmGz", - "version": 6 -} \ No newline at end of file + "uid": "etQuvBnGz", + "version": 7 +}