Scuemata: Add grafana-cli command to validate resources against scuemata (#33852)

* Add validate-resource cli command

* Fixes according to reviewer's comments
This commit is contained in:
Dimitris Sotirakis
2021-05-18 10:30:13 +03:00
committed by GitHub
parent 93db2a099b
commit bfcf82f861
5 changed files with 283 additions and 12 deletions
@@ -0,0 +1,18 @@
{
"panels": [
{
"datasource": "${DS_GDEV-TESTDATA}",
"fieldConfig": {
"defaults": {
"custom": {
"align": "right",
"filterable": false
},
"decimals": 3,
"mappings": [],
"unit": "watt"
}
}
}
]
}