Constant opentelemetry_semantic_conventions::trace::HTTP_FLAVOR
source · [−]pub const HTTP_FLAVOR: Key;
Expand description
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.