* Migration to be verified: v42 HideFrom tooltip migration * snap update * make gen cue * Add comments of 42 being the final version
61 lines
1.1 KiB
JSON
61 lines
1.1 KiB
JSON
{
|
|
"panels": [],
|
|
"refresh": "",
|
|
"schemaVersion": 42,
|
|
"templating": {
|
|
"list": [
|
|
{
|
|
"datasource": {
|
|
"uid": "prometheus"
|
|
},
|
|
"name": "query_variable_with_tags",
|
|
"query": "label_values(up, instance)",
|
|
"refresh": 1,
|
|
"type": "query"
|
|
},
|
|
{
|
|
"name": "custom_variable_with_tags",
|
|
"options": [
|
|
{
|
|
"text": "Option 1",
|
|
"value": "opt1"
|
|
},
|
|
{
|
|
"text": "Option 2",
|
|
"value": "opt2"
|
|
}
|
|
],
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"name": "clean_variable",
|
|
"options": [
|
|
{
|
|
"text": "Hello",
|
|
"value": "World"
|
|
}
|
|
],
|
|
"type": "textbox"
|
|
}
|
|
]
|
|
},
|
|
"time": {
|
|
"from": "now-6h",
|
|
"to": "now"
|
|
},
|
|
"timepicker": {
|
|
"refresh_intervals": [
|
|
"5s",
|
|
"10s",
|
|
"30s",
|
|
"1m",
|
|
"5m",
|
|
"15m",
|
|
"30m",
|
|
"1h",
|
|
"2h",
|
|
"1d"
|
|
]
|
|
},
|
|
"title": "V28 Singlestat and Variable Properties Migration Test Dashboard"
|
|
} |