fix: clear datasource current to let grafana auto-select
This commit is contained in:
@ -8627,10 +8627,7 @@
|
||||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"current": {
|
||||
"text": "prometheus",
|
||||
"value": "prometheus"
|
||||
},
|
||||
"current": {},
|
||||
"includeAll": false,
|
||||
"name": "ds",
|
||||
"options": [],
|
||||
|
||||
@ -15931,10 +15931,7 @@
|
||||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"current": {
|
||||
"text": "prometheus",
|
||||
"value": "prometheus"
|
||||
},
|
||||
"current": {},
|
||||
"includeAll": false,
|
||||
"label": "Datasource",
|
||||
"name": "ds_prometheus",
|
||||
|
||||
@ -11139,10 +11139,7 @@
|
||||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"current": {
|
||||
"text": "prometheus",
|
||||
"value": "prometheus"
|
||||
},
|
||||
"current": {},
|
||||
"hide": 0,
|
||||
"includeAll": false,
|
||||
"label": "Prometheus datasource",
|
||||
|
||||
@ -2960,10 +2960,7 @@
|
||||
"refresh": 1,
|
||||
"regex": "",
|
||||
"type": "datasource",
|
||||
"current": {
|
||||
"text": "prometheus",
|
||||
"value": "prometheus"
|
||||
}
|
||||
"current": {}
|
||||
},
|
||||
{
|
||||
"auto": true,
|
||||
|
||||
@ -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