feat(alcyone/grafana): simplify variable selection

This commit is contained in:
Gabriel Fontes
2026-03-24 13:29:19 -03:00
parent d595b509a5
commit 75dc13602a
@@ -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": {