mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2024-11-09 23:24:08 -08:00
Add missing DS_PROMETHEUS variable
Without it, loading the dashboard fails: Failed to upgrade legacy queries Datasource named ${DS_PROMETHEUS} was not found While there, add tag `#freebsd`.
This commit is contained in:
parent
10f9abba16
commit
b83ce27f3d
|
@ -3572,9 +3572,30 @@
|
|||
"refresh": "",
|
||||
"schemaVersion": 22,
|
||||
"style": "dark",
|
||||
"tags": [],
|
||||
"tags": [
|
||||
"freebsd"
|
||||
],
|
||||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"current": {
|
||||
"selected": false,
|
||||
"text": "default",
|
||||
"value": "default"
|
||||
},
|
||||
"error": null,
|
||||
"hide": 0,
|
||||
"includeAll": false,
|
||||
"label": "datasource",
|
||||
"multi": false,
|
||||
"name": "DS_PROMETHEUS",
|
||||
"options": [],
|
||||
"query": "prometheus",
|
||||
"refresh": 1,
|
||||
"regex": "",
|
||||
"skipUrlSync": false,
|
||||
"type": "datasource"
|
||||
},
|
||||
{
|
||||
"allValue": null,
|
||||
"current": {},
|
||||
|
|
Loading…
Reference in a new issue