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 Windows host/instance aggregate interface counters for PacketsReceivedTotal and PacketsSentTotal #1329

Closed
wants to merge 1 commit into from

Conversation

patricia-dibenedetto
Copy link

Add Windows host/instance aggregate interface counters for PacketsReceivedTotal and PacketsSentTotal.
These host metrics are available in the Linux Node Exporter, so requesting these be added to Windows exporter for parity.
See #1323

@patricia-dibenedetto patricia-dibenedetto requested a review from a team as a code owner November 8, 2023 22:32
Signed-off-by: “Patricia <[email protected]>
@breed808
Copy link
Contributor

Are these proposed metrics distinct from the existing windows_net_packets_received_total and windows_net_packets_sent_total metrics, when disregarding the nic flag?

I.E. would the following two PromQL queries return identical results?

windows_net_node_packets_received_total
sum without (nic) (windows_net_packets_received_total)

If that's the case I don't believe we need to add the additional metrics, users can drop the nic label and aggregate by instance.

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.

Add Windows host/instance aggregate interface counters for PacketsReceivedTotal and PacketsSentTotal
2 participants