Skip to content

Commit dd89c8b

Browse files
author
Simone Maiorani
committed
fix(dashboard): update Random Sensor dashboard for Grafana 10+ compatibility
The original dashboard was built for Grafana 7.3 and uses panel types and plugin references that are broken on Grafana 10+: - `graph` panel type removed in Grafana 10 → replaced with `timeseries` - `grafana-piechart-panel` (AngularJS) disabled in Grafana 11+ → replaced with native `piechart` panel - `datasource: null` on all panels → replaced with explicit datasource reference (type + uid) required by Grafana 8+ schema - `grafana-kairosdb-datasource` type → updated to `arpnetworking-kairosdb-datasource` (React fork compatible with Grafana 11+) - Removed AngularJS artifacts ($$hashKey fields) - Removed deprecated histogram panel (incompatible data format) - Updated schemaVersion from 26 to 39
1 parent 40064cc commit dd89c8b

1 file changed

Lines changed: 61 additions & 383 deletions

File tree

0 commit comments

Comments
 (0)