mirror of
https://github.com/IgorKha/Grafana-Mikrotik.git
synced 2025-12-06 02:19:28 +00:00
RX/TX Sum: make unit bytes, not bits (#33)
the metrics are called mtxrInterfaceStats{Rx,Tx}Bytes, so bits is not
correct
This commit is contained in:
parent
f741901f03
commit
2550ba1fe0
2 changed files with 5 additions and 5 deletions
|
|
@ -2654,7 +2654,7 @@
|
|||
"properties": [
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "bits"
|
||||
"value": "bytes"
|
||||
},
|
||||
{
|
||||
"id": "thresholds",
|
||||
|
|
@ -2686,7 +2686,7 @@
|
|||
"properties": [
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "bits"
|
||||
"value": "bytes"
|
||||
},
|
||||
{
|
||||
"id": "thresholds",
|
||||
|
|
@ -8813,4 +8813,4 @@
|
|||
"uid": "nR3NRDGaz",
|
||||
"version": 1,
|
||||
"weekStart": ""
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2654,7 +2654,7 @@
|
|||
"properties": [
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "bits"
|
||||
"value": "bytes"
|
||||
},
|
||||
{
|
||||
"id": "thresholds",
|
||||
|
|
@ -2686,7 +2686,7 @@
|
|||
"properties": [
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "bits"
|
||||
"value": "bytes"
|
||||
},
|
||||
{
|
||||
"id": "thresholds",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue