Skip to content
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

Add systemd network metrics #3119

Closed
wants to merge 1 commit into from

Conversation

cleverca22
Copy link

this adds 4 metrics to node-exporter, node_systemd_unit_{in,e}gress_{bytes,packets}
the same data is also visible at systemctl status unit.service as IP: 11.0M in, 78.0M out

the extra metrics are gated behind --collector.systemd.network-metrics

this adds 4 metrics to node-exporter, node_systemd_unit_{in,e}gress_{bytes,packets}
the same data is also visible at `systemctl status unit.service` as `IP: 11.0M in, 78.0M out`

the extra metrics are gated behind --collector.systemd.network-metrics

Signed-off-by: Michael Bishop <cleverca22@gmail.com>
@SuperQ
Copy link
Member

SuperQ commented Sep 11, 2024

Similar to per-cgroup CPU metrics, this is better suited to being exported by cAdvisor.

@SuperQ SuperQ closed this Sep 11, 2024
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.

2 participants