rama::telemetry::opentelemetry::semantic_conventions::trace

Constant URL_TEMPLATE

pub const URL_TEMPLATE: &'static str;
Expand description

The low-cardinality template of an absolute path reference.

§Notes

§Examples

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