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.
@example /users/{id} @example /users/:id @example /users?id={id}
public const URL_TEMPLATE = 'url.template';