diff --git a/platform-monitoring/ansible/grafana/blackbox_exporter.json b/platform-monitoring/ansible/grafana/blackbox_exporter.json index 3a245ed2..68f27f2e 100644 --- a/platform-monitoring/ansible/grafana/blackbox_exporter.json +++ b/platform-monitoring/ansible/grafana/blackbox_exporter.json @@ -112,9 +112,18 @@ "format": "time_series", "hide": false, "intervalFactor": 2, - "legendFormat": "", + "legendFormat": "Ping Latency", "refId": "A", "step": 20 + }, + { + "expr": "max_over_time(probe_duration_seconds{job=\"$PingJobHost\"}[1m])", + "format": "time_series", + "hide": false, + "intervalFactor": 2, + "legendFormat": "Max Ping Latency", + "refId": "B", + "step": 20 } ], "thresholds": [],