From 794a135a1268db7a09cac11b914ccf0b72ee4f04 Mon Sep 17 00:00:00 2001 From: Alyx Burke Date: Tue, 4 Nov 2025 16:43:14 +0000 Subject: [PATCH 1/2] Added VSCode folder to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2da66125..12bf1e6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ inventory.ini config.yml .DS_Store +.vscode \ No newline at end of file From 9dde364e597e0b7dbc22cb8c796d575df715f5de Mon Sep 17 00:00:00 2001 From: Alyx Burke Date: Tue, 4 Nov 2025 16:47:46 +0000 Subject: [PATCH 2/2] Update legend format in internet connection dashboard to use human-readable names --- .../dashboards/internet-connection.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/internet-monitoring/grafana/provisioning/dashboards/internet-connection.json b/internet-monitoring/grafana/provisioning/dashboards/internet-connection.json index 9219d8ad..ab686bda 100644 --- a/internet-monitoring/grafana/provisioning/dashboards/internet-connection.json +++ b/internet-monitoring/grafana/provisioning/dashboards/internet-connection.json @@ -396,7 +396,7 @@ "format": "time_series", "interval": "", "intervalFactor": 1, - "legendFormat": "{{instance}}", + "legendFormat": "{{humanname}}", "refId": "A" } ], @@ -496,7 +496,7 @@ "expr": "sum(probe_http_duration_seconds) by (instance)", "format": "time_series", "intervalFactor": 1, - "legendFormat": "{{instance}}", + "legendFormat": "{{humanname}}", "refId": "A" } ], @@ -589,7 +589,7 @@ "expr": "speedtest_jitter_latency_milliseconds{}\n", "format": "time_series", "intervalFactor": 1, - "legendFormat": "{{instance}}", + "legendFormat": "{{humanname}}", "range": true, "refId": "A" } @@ -683,7 +683,7 @@ "expr": "sum(probe_http_duration_seconds{phase=\"connect\"}) by (instance)", "format": "time_series", "intervalFactor": 1, - "legendFormat": "{{instance}}", + "legendFormat": "{{humanname}}", "range": true, "refId": "A" } @@ -777,7 +777,7 @@ "expr": "sum(probe_http_duration_seconds{phase=\"processing\"}) by (instance)", "format": "time_series", "intervalFactor": 1, - "legendFormat": "{{instance}}", + "legendFormat": "{{humanname}}", "range": true, "refId": "A" } @@ -871,7 +871,7 @@ "expr": "sum(probe_http_duration_seconds{phase=\"resolve\"}) by (instance)", "format": "time_series", "intervalFactor": 1, - "legendFormat": "{{instance}}", + "legendFormat": "{{humanname}}", "range": true, "refId": "A" } @@ -965,7 +965,7 @@ "expr": "sum(probe_http_duration_seconds{phase=\"tls\"}) by (instance)", "format": "time_series", "intervalFactor": 1, - "legendFormat": "{{instance}}", + "legendFormat": "{{humanname}}", "range": true, "refId": "A" } @@ -1059,7 +1059,7 @@ "expr": "sum(probe_http_duration_seconds{phase=\"transfer\"}) by (instance)", "format": "time_series", "intervalFactor": 1, - "legendFormat": "{{instance}}", + "legendFormat": "{{humanname}}", "range": true, "refId": "A" }