pub const SYSTEM_NETWORK_ERRORS: &str = "system.network.errors";
Expand description
§Description
Count of network errors detected.
Measured as:
- Linux: the
errs
column in/proc/dev/net
(source). - Windows:
InErrors
/OutErrors
fromGetIfEntry2
.
§Metadata
Instrument: | counter |
Unit: | {error} |
Status: | Experimental |
§Attributes
Name | Requirement |
---|---|
crate::attribute::NETWORK_IO_DIRECTION | Unspecified |
crate::attribute::SYSTEM_DEVICE | Unspecified |