Constant URL_TEMPLATE
pub const URL_TEMPLATE: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
The low-cardinality template of an absolute path reference.
§Notes
§Examples
"/users/{id}""/users/:id""/users?id={id}"