Dashboards Migrations: V24 set defaults when no thresholds are defined (#109402)

This commit is contained in:
Ivan Ortega Alba
2025-08-11 11:55:19 +02:00
committed by GitHub
parent 58c4305d64
commit 63bab8076d
3 changed files with 25 additions and 13 deletions
@@ -15,7 +15,19 @@
},
"inspect": false
},
"mappings": []
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green"
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": [
{