Skip to content

Commit

Permalink
mention user info redaction
Browse files Browse the repository at this point in the history
Co-authored-by: Miha Zupan <[email protected]>
  • Loading branch information
antonfirsov and MihaZupan authored Dec 10, 2024
1 parent ba604f8 commit 7ead156
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This is a reference for distributed tracing [activities](xref:System.Diagnostics

**[1] `http.request.method`:** The value contains the method name, if the method is one of the well-known methods listed in [RFC9110](https://www.rfc-editor.org/rfc/rfc9110.html#name-methods); otherwise the value is `_OTHER`. The user-provided method names are mapped to known names in a case-insensitive manner. For example, if the user provides the name `GeT`, it will be mapped to `GET`, and `http.request.method_original` will not be populated.

**[2] `url.full`:** To avoid leaking secrets the value is redacted: the entire query is replaced with a `*` character and the fragment is missing. For more information and opt-out switches, see the [URI redaction breaking change docs](../compatibility/networking/9.0/query-redaction-logs.md).
**[2] `url.full`:** To avoid leaking secrets the value is redacted by default: the entire query is replaced with a `*` character and the user info & fragment are removed. For more information and opt-out switches, see the [URI redaction breaking change docs](../compatibility/networking/9.0/query-redaction-logs.md).

### HTTP client request: wait for connection (experimental)

Expand Down

0 comments on commit 7ead156

Please sign in to comment.