fix: set prometheus as default datasource in all dashboards
This commit is contained in:
@ -3343,7 +3343,7 @@
|
||||
"color": "rgba(255,0,255,0.7)"
|
||||
},
|
||||
"filterValues": {
|
||||
"le": 1e-9
|
||||
"le": 1e-09
|
||||
},
|
||||
"legend": {
|
||||
"show": true
|
||||
@ -3601,8 +3601,8 @@
|
||||
"list": [
|
||||
{
|
||||
"current": {
|
||||
"text": "prometheus-local-1",
|
||||
"value": "prometheus-local-1"
|
||||
"text": "prometheus",
|
||||
"value": "prometheus"
|
||||
},
|
||||
"includeAll": false,
|
||||
"label": "Datasource",
|
||||
|
||||
Reference in New Issue
Block a user