Skip to content

Commit

Permalink
update resilience dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Aug 29, 2024
1 parent d6b0884 commit 08cbae4
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@
"mode": "thresholds"
},
"mappings": [
{
"options": {
"-1": {
"color": "red",
"index": 3,
"text": "No automatic restart"
}
},
"type": "value"
},
{
"options": {
"from": 0,
Expand Down Expand Up @@ -155,13 +165,13 @@
},
{
"options": {
"from": 0,
"from": -10000000000000000000,
"result": {
"color": "green",
"index": 1,
"text": "Validated"
},
"to": -10000000000000000000
"to": 0
},
"type": "range"
}
Expand Down

0 comments on commit 08cbae4

Please sign in to comment.