Skip to content

Commit

Permalink
fix: Network dashboard link speed units should be Megabits per second
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrinds committed Feb 27, 2025
1 parent cc128a9 commit 12178d9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions grafana/dashboards/cmode/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,18 @@
]
}
]
},
{
"matcher": {
"id": "byName",
"options": "Admin Speed"
},
"properties": [
{
"id": "unit",
"value": "Mbits"
}
]
}
]
},
Expand Down Expand Up @@ -932,6 +944,10 @@
{
"id": "custom.width",
"value": 169
},
{
"id": "displayName",
"value": "Link Speed"
}
]
},
Expand Down

0 comments on commit 12178d9

Please sign in to comment.