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:
Lauri Tirkkonen 2023-11-17 11:40:01 +02:00 committed by GitHub
parent f741901f03
commit 2550ba1fe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -2654,7 +2654,7 @@
"properties": [ "properties": [
{ {
"id": "unit", "id": "unit",
"value": "bits" "value": "bytes"
}, },
{ {
"id": "thresholds", "id": "thresholds",
@ -2686,7 +2686,7 @@
"properties": [ "properties": [
{ {
"id": "unit", "id": "unit",
"value": "bits" "value": "bytes"
}, },
{ {
"id": "thresholds", "id": "thresholds",

View file

@ -2654,7 +2654,7 @@
"properties": [ "properties": [
{ {
"id": "unit", "id": "unit",
"value": "bits" "value": "bytes"
}, },
{ {
"id": "thresholds", "id": "thresholds",
@ -2686,7 +2686,7 @@
"properties": [ "properties": [
{ {
"id": "unit", "id": "unit",
"value": "bits" "value": "bytes"
}, },
{ {
"id": "thresholds", "id": "thresholds",