Migration v15: No-op migration for schema consistency (#109604)

* migrate to v19

* migrate to v18

* Migration to be verified: v17 Convert minSpan to maxPerRow in panels

* Migration to be verified: 16 Grid layout migration

* Refactor v17 and v19 migrations to use shared helper functions

* Migration to be verified: 15 No-op migration for schema consistency

* Update v27.go

* Update v16.go

* cleanup

---------

Co-authored-by: Haris Rozajac <haris.rozajac12@gmail.com>
Co-authored-by: Haris Rozajac <58232930+harisrozajac@users.noreply.github.com>
This commit is contained in:
Dominik Prokop
2025-08-20 21:01:45 +02:00
committed by GitHub
parent cace999671
commit af1b878cb7
5 changed files with 268 additions and 1 deletions
@@ -0,0 +1,58 @@
{
"title": "V15 No-Op Migration Test Dashboard",
"schemaVersion": 14,
"panels": [
{
"type": "graph",
"title": "CPU Usage",
"id": 1,
"yAxes": [
{
"show": true,
"min": null,
"max": null
}
]
},
{
"type": "singlestat",
"title": "Memory Usage",
"id": 2,
"valueMaps": [
{
"op": "=",
"text": "N/A",
"value": "null"
}
]
}
],
"templating": {
"list": [
{
"name": "server",
"type": "query",
"datasource": "prometheus",
"query": "label_values(server)",
"refresh": 1,
"options": []
}
]
},
"annotations": {
"list": [
{
"name": "Annotations & Alerts",
"datasource": "grafana",
"enable": true
}
]
},
"time": {
"from": "now-6h",
"to": "now"
},
"timepicker": {
"refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"]
}
}