grafana-dashboard: Update scrape_jobs variable to be single select (#17696)

Set `includeAll` and `mult` to be false since this dashboard only works with a single value being selected
This commit is contained in:
Doom And Love 2023-07-21 17:12:44 -04:00 committed by GitHub
parent 6624f970c0
commit d004c45386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2784,9 +2784,9 @@
"description": null, "description": null,
"error": null, "error": null,
"hide": 0, "hide": 0,
"includeAll": true, "includeAll": false,
"label": null, "label": null,
"multi": true, "multi": false,
"name": "scrape_jobs", "name": "scrape_jobs",
"options": [], "options": [],
"query": { "query": {