Skip to content

Commit

Permalink
RX/TX Sum: make unit bytes, not bits (#33)
Browse files Browse the repository at this point in the history
the metrics are called mtxrInterfaceStats{Rx,Tx}Bytes, so bits is not
correct
  • Loading branch information
lotheac authored Nov 17, 2023
1 parent f741901 commit 2550ba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Mikrotik-snmp-prometheus.json
Original file line number Diff line number Diff line change
Expand Up @@ -2654,7 +2654,7 @@
"properties": [
{
"id": "unit",
"value": "bits"
"value": "bytes"
},
{
"id": "thresholds",
Expand Down Expand Up @@ -2686,7 +2686,7 @@
"properties": [
{
"id": "unit",
"value": "bits"
"value": "bytes"
},
{
"id": "thresholds",
Expand Down Expand Up @@ -8813,4 +8813,4 @@
"uid": "nR3NRDGaz",
"version": 1,
"weekStart": ""
}
}
4 changes: 2 additions & 2 deletions grafana/provisioning/dashboards/Mikrotik-snmp-prometheus.json
Original file line number Diff line number Diff line change
Expand Up @@ -2654,7 +2654,7 @@
"properties": [
{
"id": "unit",
"value": "bits"
"value": "bytes"
},
{
"id": "thresholds",
Expand Down Expand Up @@ -2686,7 +2686,7 @@
"properties": [
{
"id": "unit",
"value": "bits"
"value": "bytes"
},
{
"id": "thresholds",
Expand Down

0 comments on commit 2550ba1

Please sign in to comment.