Skip to content

Commit

Permalink
Issue #114: Update hw.network.bandwidth.limit mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
SafaeAJ committed Sep 13, 2024
1 parent 9af57e0 commit 0f89eb5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ monitors:
hw.network.io{direction="receive"}: $5
hw.network.io{direction="transmit"}: $6
hw.network.up: legacyLinkStatus($8)
hw.network.bandwidth.limit: megaBit2Bit($9)
hw.network.bandwidth.limit: megaBit2Byte($9)
hw.network.full_duplex: legacyFullDuplex($10)
2 changes: 1 addition & 1 deletion src/main/connector/hardware/MIB2-header/MIB2-header.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ monitors:
metrics:
hw.status{hw.type="network"}: $4
hw.network.up: legacyLinkStatus($6)
hw.network.bandwidth.limit: megaBit2Bit($16)
hw.network.bandwidth.limit: megaBit2Byte($16)
hw.errors{hw.type="network"}: $10
hw.network.packets{direction="receive"}: $8
hw.network.packets{direction="transmit"}: $12
Expand Down
2 changes: 1 addition & 1 deletion src/main/connector/hardware/WBEMGenHBA/WBEMGenHBA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ monitors:
metrics:
hw.status{hw.type="network"}: $2
hw.network.up: legacyLinkStatus($4)
hw.network.bandwidth.limit: megaBit2Bit($5)
hw.network.bandwidth.limit: megaBit2Byte($5)
hw.errors{hw.type="network"}: $10
hw.network.packets{direction="transmit"}: $8
hw.network.packets{direction="receive"}: $9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ monitors:
metrics:
hw.status{hw.type="network"}: $4
hw.network.up: legacyLinkStatus($2)
hw.network.bandwidth.limit: megaBit2Bit($7)
hw.network.bandwidth.limit: megaBit2Byte($7)
hw.errors{hw.type="network"}: $13
hw.network.packets{direction="transmit"}: $9
hw.network.packets{direction="receive"}: $11
Expand Down

0 comments on commit 0f89eb5

Please sign in to comment.