fix: set prometheus as default datasource in all dashboards
This commit is contained in:
@ -8629,7 +8629,7 @@
|
||||
{
|
||||
"current": {
|
||||
"text": "prometheus",
|
||||
"value": "P1809F7CD0C75ACF3"
|
||||
"value": "prometheus"
|
||||
},
|
||||
"includeAll": false,
|
||||
"name": "ds",
|
||||
|
||||
@ -15931,7 +15931,10 @@
|
||||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"current": {},
|
||||
"current": {
|
||||
"text": "prometheus",
|
||||
"value": "prometheus"
|
||||
},
|
||||
"includeAll": false,
|
||||
"label": "Datasource",
|
||||
"name": "ds_prometheus",
|
||||
|
||||
@ -11140,9 +11140,8 @@
|
||||
"list": [
|
||||
{
|
||||
"current": {
|
||||
"tags": [],
|
||||
"text": "default",
|
||||
"value": "default"
|
||||
"text": "prometheus",
|
||||
"value": "prometheus"
|
||||
},
|
||||
"hide": 0,
|
||||
"includeAll": false,
|
||||
|
||||
@ -2959,7 +2959,11 @@
|
||||
"query": "prometheus",
|
||||
"refresh": 1,
|
||||
"regex": "",
|
||||
"type": "datasource"
|
||||
"type": "datasource",
|
||||
"current": {
|
||||
"text": "prometheus",
|
||||
"value": "prometheus"
|
||||
}
|
||||
},
|
||||
{
|
||||
"auto": true,
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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