-
Notifications
You must be signed in to change notification settings - Fork 2.8k
exporter/signalfx: calculate extra network I/O metrics #2553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exporter/signalfx: calculate extra network I/O metrics #2553
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2553 +/- ##
=======================================
Coverage 91.31% 91.31%
=======================================
Files 429 429
Lines 21457 21457
=======================================
+ Hits 19593 19594 +1
+ Misses 1395 1394 -1
Partials 469 469
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
308bdf5
to
0825231
Compare
0825231
to
b7bb381
Compare
b7bb381
to
80b7ab7
Compare
Please rebase |
Calculate extra metrics required on the backend: - system.network.io.total: total bytes I/O across all the network interfaces, keeping direction dimension - system.network.packets.total: total number of sent/received packets across all the network interfaces, keeping direction dimension
80b7ab7
to
de9c2c1
Compare
Signed-off-by: Bogdan Drutu <[email protected]>
Calculate extra metrics required on the backend: - system.network.io.total: total bytes I/O across all the network interfaces, keeping direction dimension - system.network.packets.total: total number of sent/received packets across all the network interfaces, keeping direction dimension
Calculate extra network I/O metrics required on the backend:
system.network.io.total
: total bytes I/O across all the network interfaces, keeping thedirection
dimensionsystem.network.packets.total
: total number of sent/received packets across all the network interfaces, keeping thedirection
dimension