pub const NETWORK_PROTOCOL_VERSION: &str = "network.protocol.version";
Expand description
Version of the application layer protocol used. See note below.
network.protocol.version
refers to the version of the protocol used and might be different from the protocol client's version. If the HTTP client used has a version of 0.27.2
, but sends HTTP version 1.1
, this attribute should be set to 1.1
.
§Examples
3.1.1