Migration v14: Shared crosshair to graph tooltip migration (#109606)

* 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

* Migration to be verified: 14 Shared crosshair to graph tooltip migration

* 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-22 00:44:14 +02:00
committed by GitHub
parent 61c160b30f
commit 86aa5dca11
5 changed files with 297 additions and 1 deletions
@@ -0,0 +1,65 @@
{
"title": "V14 Shared Crosshair Migration Test Dashboard",
"schemaVersion": 13,
"sharedCrosshair": true,
"panels": [
{
"type": "graph",
"title": "CPU Usage Over Time",
"id": 1,
"targets": [
{
"expr": "cpu_usage",
"refId": "A"
}
],
"yAxes": [
{
"show": true,
"min": null,
"max": null
}
]
},
{
"type": "graph",
"title": "Memory Usage",
"id": 2,
"targets": [
{
"expr": "memory_usage",
"refId": "B"
}
],
"yAxes": [
{
"show": true,
"min": 0,
"max": 100
}
]
}
],
"templating": {
"list": [
{
"name": "server",
"type": "query",
"datasource": "prometheus",
"query": "label_values(server)",
"refresh": 1,
"options": []
}
]
},
"time": {
"from": "now-1h",
"to": "now"
},
"timepicker": {
"refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"]
},
"annotations": {
"list": []
}
}