fix: clear datasource current to let grafana auto-select
This commit is contained in:
@ -8627,7 +8627,10 @@
|
||||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"current": {},
|
||||
"current": {
|
||||
"text": "prometheus",
|
||||
"value": "P1809F7CD0C75ACF3"
|
||||
},
|
||||
"includeAll": false,
|
||||
"name": "ds",
|
||||
"options": [],
|
||||
@ -11139,7 +11139,11 @@
|
||||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"current": {},
|
||||
"current": {
|
||||
"tags": [],
|
||||
"text": "default",
|
||||
"value": "default"
|
||||
},
|
||||
"hide": 0,
|
||||
"includeAll": false,
|
||||
"label": "Prometheus datasource",
|
||||
@ -2959,8 +2959,7 @@
|
||||
"query": "prometheus",
|
||||
"refresh": 1,
|
||||
"regex": "",
|
||||
"type": "datasource",
|
||||
"current": {}
|
||||
"type": "datasource"
|
||||
},
|
||||
{
|
||||
"auto": true,
|
||||
Reference in New Issue
Block a user