opentelemetry_semantic_conventions::attribute

Constant HTTP_METHOD

source
pub const HTTP_METHOD: &str = "http.method";
๐Ÿ‘ŽDeprecated: Replaced by http.request.method.
Expand description

Deprecated, use http.request.method instead.

ยงExamples

  • "GET"
  • "POST"
  • "HEAD"