pub const URL_TEMPLATE: &str = "url.template";
Expand description
The low-cardinality template of an absolute path reference.
The url.template
MUST have low cardinality. It is not usually available on HTTP clients, but may be known by the application or specialized HTTP instrumentation.
§Examples
/users/{id}
/users/:id
/users?id={id}