From bfcd4c07120cb21483de14b3ec418007f151f691 Mon Sep 17 00:00:00 2001 From: Chen Min <781022537@qq.com> Date: Fri, 4 Mar 2022 16:50:42 +0800 Subject: [PATCH] Optimize Ping Latency display --- platform-monitoring/ansible/grafana/blackbox_exporter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-monitoring/ansible/grafana/blackbox_exporter.json b/platform-monitoring/ansible/grafana/blackbox_exporter.json index 3a245ed2..4147eeca 100644 --- a/platform-monitoring/ansible/grafana/blackbox_exporter.json +++ b/platform-monitoring/ansible/grafana/blackbox_exporter.json @@ -89,7 +89,7 @@ "current": true, "max": true, "min": true, - "rightSide": false, + "rightSide": true, "show": true, "total": false, "values": true @@ -112,7 +112,7 @@ "format": "time_series", "hide": false, "intervalFactor": 2, - "legendFormat": "", + "legendFormat": "{{ ping }}", "refId": "A", "step": 20 }