Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sukunrt committed Jun 27, 2023
1 parent 5c1b358 commit 41808df
Show file tree
Hide file tree
Showing 8 changed files with 295 additions and 254 deletions.
29 changes: 22 additions & 7 deletions dashboards/swarm/swarm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3071,13 +3071,18 @@
{
"options": {
"0": {
"color": "green",
"color": "blue",
"index": 0,
"text": "Allowed"
"text": "Probing"
},
"1": {
"color": "purple",
"color": "green",
"index": 1,
"text": "Allowed"
},
"2": {
"color": "purple",
"index": 2,
"text": "Blocked"
}
},
Expand Down Expand Up @@ -3145,7 +3150,17 @@
"fixedColor": "purple",
"mode": "fixed"
},
"mappings": [],
"mappings": [
{
"options": {
"0": {
"index": 0,
"text": "-"
}
},
"type": "value"
}
],
"thresholds": {
"mode": "absolute",
"steps": [
Expand All @@ -3169,7 +3184,7 @@
"colorMode": "value",
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"orientation": "horizontal",
"reduceOptions": {
"calcs": [
"lastNotNull"
Expand Down Expand Up @@ -3218,7 +3233,7 @@
},
{
"color": "green",
"value": 1
"value": 5
}
]
}
Expand Down Expand Up @@ -3302,6 +3317,6 @@
"timezone": "",
"title": "libp2p Swarm",
"uid": "a15PyhO4z",
"version": 6,
"version": 7,
"weekStart": ""
}
Loading

0 comments on commit 41808df

Please sign in to comment.