Skip to content

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

Merged

Conversation

dmitryax
Copy link
Member

@dmitryax dmitryax commented Mar 4, 2021

Calculate extra network I/O metrics required on the backend:

  • system.network.io.total: total bytes I/O across all the network interfaces, keeping the direction dimension
  • system.network.packets.total: total number of sent/received packets across all the network interfaces, keeping the direction dimension

@dmitryax dmitryax requested a review from a team March 4, 2021 07:10
@dmitryax dmitryax assigned asuresh4 and unassigned james-bebbington Mar 4, 2021
@codecov
Copy link

codecov bot commented Mar 4, 2021

Codecov Report

Merging #2553 (de9c2c1) into main (d6e93bb) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           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           
Flag Coverage Δ
integration 69.24% <ø> (+0.06%) ⬆️
unit 90.22% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
receiver/carbonreceiver/transport/tcp_server.go 67.00% <0.00%> (+1.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d6e93bb...de9c2c1. Read the comment docs.

@dmitryax dmitryax force-pushed the sfxexporter-network-disk-total branch from 308bdf5 to 0825231 Compare March 4, 2021 19:25
@dmitryax dmitryax force-pushed the sfxexporter-network-disk-total branch from 0825231 to b7bb381 Compare March 4, 2021 19:52
@dmitryax dmitryax force-pushed the sfxexporter-network-disk-total branch from b7bb381 to 80b7ab7 Compare March 5, 2021 16:25
@bogdandrutu
Copy link
Member

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
@dmitryax dmitryax force-pushed the sfxexporter-network-disk-total branch from 80b7ab7 to de9c2c1 Compare March 5, 2021 22:41
@bogdandrutu bogdandrutu merged commit eee15fd into open-telemetry:main Mar 5, 2021
This was referenced Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants