mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
* Initial draft of collector documentation * Add docs for all collectors * Update main README with links to docs * Fix link syntax
1.9 KiB
1.9 KiB
net collector
The net collector exposes metrics about network interfaces
Metric name prefix | net
Classes | Win32_PerfRawData_Tcpip_NetworkInterface
Enabled by default? | Yes
Flags
--collector.net.nic-whitelist
If given, an interface name needs to match the whitelist regexp in order for the corresponding metrics to be reported
--collector.net.nic-blacklist
If given, an interface name needs to not match the blacklist regexp in order for the corresponding metrics to be reported
Metrics
| Name | Description | Type | Labels |
|---|---|---|---|
wmi_net_bytes_received_total |
Not yet documented | counter | nic |
wmi_net_bytes_sent_total |
Not yet documented | counter | nic |
wmi_net_bytes_total |
Not yet documented | counter | nic |
wmi_net_packets_outbound_discarded |
Not yet documented | counter | nic |
wmi_net_packets_outbound_errors |
Not yet documented | counter | nic |
wmi_net_packets_received_discarded |
Not yet documented | counter | nic |
wmi_net_packets_received_errors |
Not yet documented | counter | nic |
wmi_net_packets_received_total |
Not yet documented | counter | nic |
wmi_net_packets_received_unknown |
Not yet documented | counter | nic |
wmi_net_packets_total |
Not yet documented | counter | nic |
wmi_net_packets_sent_total |
Not yet documented | counter | nic |
wmi_net_current_bandwidth |
Not yet documented | counter | nic |
Example metric
This collector does not yet have explained examples, we would appreciate your help adding them!
Useful queries
This collector does not yet have any useful queries added, we would appreciate your help adding them!
Alerting examples
This collector does not yet have alerting examples, we would appreciate your help adding them!