Constant URL_PATH
pub const URL_PATH: &'static str;
Available on crate feature opentelemetry only.
Expand description
The URI path component
§Notes
Sensitive content provided in url.path SHOULD be scrubbed when instrumentations can identify it.
§Examples