Constant URL_QUERY

Source
pub const URL_QUERY: &str = "url.query";
Expand description

The URI query component

§Notes

Sensitive content provided in url.query SHOULD be scrubbed when instrumentations can identify it.

Query string values for the following keys SHOULD be redacted by default and replaced by the value REDACTED:

This list is subject to change over time.

When a query string value is redacted, the query string key SHOULD still be preserved, e.g. q=OpenTelemetry&sig=REDACTED.

§Examples

  • "q=OpenTelemetry"