opentelemetry_semantic_conventions::attribute

Constant URL_SCHEME

source
pub const URL_SCHEME: &str = "url.scheme";
Expand description

The URI scheme component identifying the used protocol.

ยงExamples

  • "https"
  • "ftp"
  • "telnet"