fix(script/telemetry): remove broken panel override in grafana prometheus dashboard

Signed-off-by: RockWolf <rockwolf@noreply.localhost>
This commit is contained in:
RockWolf
2025-06-15 13:40:15 +00:00
committed by maximilien
parent e8e722cc66
commit 27666ed265
@@ -694,32 +694,7 @@
] ]
} }
}, },
"overrides": [ "overrides": []
{
"__systemRef": "hideSeriesFrom",
"matcher": {
"id": "byNames",
"options": {
"mode": "exclude",
"names": [
"10.83.2.3:3903"
],
"prefix": "All except:",
"readOnly": true
}
},
"properties": [
{
"id": "custom.hideFrom",
"value": {
"legend": false,
"tooltip": false,
"viz": true
}
}
]
}
]
}, },
"gridPos": { "gridPos": {
"h": 8, "h": 8,