pub const SYSTEM_NETWORK_DROPPED: &str = "system.network.dropped";
Expand description
§Description
Count of packets that are dropped or discarded even though there was no error.
Measured as:
- Linux: the
drop
column in/proc/dev/net
(source) - Windows:
InDiscards
/OutDiscards
fromGetIfEntry2
§Metadata
Instrument: | counter |
Unit: | {packet} |
Status: | Experimental |
§Attributes
Name | Requirement |
---|---|
crate::attribute::NETWORK_IO_DIRECTION | Unspecified |
crate::attribute::SYSTEM_DEVICE | Unspecified |