mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-28 02:24:12 -05:00
feat(alcyone/grafana): simplify variable selection
This commit is contained in:
@@ -601,17 +601,13 @@
|
||||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"allowCustomValue": false,
|
||||
"current": {
|
||||
"text": [
|
||||
"All"
|
||||
],
|
||||
"value": [
|
||||
"$__all"
|
||||
]
|
||||
"text": "All",
|
||||
"value": "$__all"
|
||||
},
|
||||
"definition": "label_values(up{job=\"hosts\"},instance)",
|
||||
"includeAll": true,
|
||||
"multi": true,
|
||||
"name": "hosts",
|
||||
"options": [],
|
||||
"query": {
|
||||
|
||||
Reference in New Issue
Block a user