rama::telemetry::opentelemetry::semantic_conventions::attribute

Constant URL_TEMPLATE

pub const URL_TEMPLATE: &'static str;
Expand description

The low-cardinality template of an absolute path reference.

ยงExamples

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