mirror of https://github.com/minio/minio.git
fix(dashboards/minio-bucket): adjust job variable to be able to import data source variable
This commit is contained in:
parent
3b8e146e04
commit
fba5723d47
|
@ -4155,28 +4155,25 @@
|
|||
},
|
||||
{
|
||||
"current": {
|
||||
"selected": true,
|
||||
"text": "minio-job-bucket",
|
||||
"value": "minio-job-bucket"
|
||||
"selected": false,
|
||||
"text": "All",
|
||||
"value": "$__all"
|
||||
},
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${DS_PROMETHEUS}"
|
||||
},
|
||||
"definition": "label_values(job)",
|
||||
"hide": 0,
|
||||
"includeAll": false,
|
||||
"multi": false,
|
||||
"name": "scrape_jobs",
|
||||
"options": [],
|
||||
"query": {
|
||||
"qryType": 1,
|
||||
"query": "label_values(job)",
|
||||
"refId": "StandardVariableQuery"
|
||||
"refId": "PrometheusVariableQueryEditor-VariableQuery"
|
||||
},
|
||||
"refresh": 1,
|
||||
"regex": "",
|
||||
"skipUrlSync": false,
|
||||
"sort": 0,
|
||||
"type": "query"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue