fix: clear datasource current to let grafana auto-select
This commit is contained in:
@ -11290,10 +11290,7 @@
|
||||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"current": {
|
||||
"text": "prometheus",
|
||||
"value": "prometheus"
|
||||
},
|
||||
"current": {},
|
||||
"includeAll": false,
|
||||
"name": "ds",
|
||||
"options": [],
|
||||
|
||||
@ -8303,10 +8303,7 @@
|
||||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"current": {
|
||||
"text": "prometheus",
|
||||
"value": "prometheus"
|
||||
},
|
||||
"current": {},
|
||||
"includeAll": false,
|
||||
"name": "ds",
|
||||
"options": [],
|
||||
|
||||
@ -2541,10 +2541,7 @@
|
||||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"current": {
|
||||
"text": "prometheus",
|
||||
"value": "prometheus"
|
||||
},
|
||||
"current": {},
|
||||
"includeAll": false,
|
||||
"name": "ds",
|
||||
"options": [],
|
||||
|
||||
Reference in New Issue
Block a user