opentelemetry_semantic_conventions::attribute

Constant URL_TEMPLATE

source
pub const URL_TEMPLATE: &str = "url.template";
Expand description

The low-cardinality template of an absolute path reference.

ยงExamples

  • "/users/{id}"
  • "/users/:id"
  • "/users?id={id}"