/
githubmirror
/
grafana
Обзор
Документация
Войти
/
githubmirror
/
grafana
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
apps/dashboard/pkg/migration/testdata/input/v28.remove_variable_properties.json
46 строк
1 KB
Haris Rozajac
Dashboard Migrations: V28 singlestat panel and deprecated variable properties (#108416)
06 авг 2025, 18:51
Не верифицирован
06 авг 2025, 18:51
5ad751e
Код
Авторство
О чём код?
{ "title": "V28 Singlestat and Variable Properties Migration Test Dashboard", "schemaVersion": 27, "panels": [ ], "templating": { "list": [ { "name": "query_variable_with_tags", "type": "query", "datasource": "prometheus", "query": "label_values(up, instance)", "tags": ["instance", "job"], "tagsQuery": "label_values(up, job)", "tagValuesQuery": "label_values(up{job=\"$job\"}, instance)", "useTags": true, "refresh": 1 }, { "name": "custom_variable_with_tags", "type": "custom", "options": [ {"text": "Option 1", "value": "opt1"}, {"text": "Option 2", "value": "opt2"} ], "tags": ["custom_tag"], "tagsQuery": "custom query", "useTags": false }, { "name": "clean_variable", "type": "textbox", "options": [ {"text": "Hello", "value": "World"} ] } ] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": { "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"] } }