Constant opentelemetry_semantic_conventions::trace::HTTP_FLAVOR[][src]

pub const HTTP_FLAVOR: Key;

Kind of HTTP protocol used.

If net.transport is not specified, it can be assumed to be IP.TCP except if http.flavor is QUIC, in which case IP.UDP is assumed.

http.flavor` MUST be one of the following or, if none of the listed values apply, a custom value:

ValueDescription
1.0HTTP 1.0
1.1HTTP 1.1
2.0HTTP 2
SPDYSPDY protocol.
QUICQUIC protocol.