Dashboards Migrations: V24 set defaults when no thresholds are defined (#109402)
This commit is contained in:
@@ -15,7 +15,19 @@
|
||||
},
|
||||
"inspect": false
|
||||
},
|
||||
"mappings": []
|
||||
"mappings": [],
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "green"
|
||||
},
|
||||
{
|
||||
"color": "red",
|
||||
"value": 80
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user