Skip to content

Commit

Permalink
Regenerate tables
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Oct 28, 2024
1 parent aad3105 commit de46397
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
7 changes: 4 additions & 3 deletions docs/attributes-registry/url.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ In such case username and password SHOULD be redacted and attribute's value SHOU

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

In particular, query string values for the following keys SHOULD be redacted by default and replaced by the
![Experimental](https://img.shields.io/badge/-experimental-blue)
Query string values for the following keys SHOULD be redacted by default and replaced by the
value `REDACTED`:

* [`AWSAccessKeyId`](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RESTAuthentication.html#RESTAuthenticationQueryStringAuth)
Expand All @@ -61,8 +62,8 @@ When a query string value is redacted, the query string key SHOULD still be pres

**[6]:** Sensitive content provided in `url.query` SHOULD be scrubbed when instrumentations can identify it.

In particular, query string values for the following keys SHOULD be redacted by default and replaced by the
value `REDACTED`:
![Experimental](https://img.shields.io/badge/-experimental-blue)
Query string values for the following keys SHOULD be redacted by default and replaced by the value `REDACTED`:

* [`AWSAccessKeyId`](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RESTAuthentication.html#RESTAuthenticationQueryStringAuth)
* [`Signature`](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RESTAuthentication.html#RESTAuthenticationQueryStringAuth)
Expand Down
3 changes: 2 additions & 1 deletion docs/database/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ In such case username and password SHOULD be redacted and attribute's value SHOU

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

In particular, query string values for the following keys SHOULD be redacted by default and replaced by the
![Experimental](https://img.shields.io/badge/-experimental-blue)
Query string values for the following keys SHOULD be redacted by default and replaced by the
value `REDACTED`:

* [`AWSAccessKeyId`](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RESTAuthentication.html#RESTAuthenticationQueryStringAuth)
Expand Down
7 changes: 4 additions & 3 deletions docs/http/http-spans.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ In such case username and password SHOULD be redacted and attribute's value SHOU

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

In particular, query string values for the following keys SHOULD be redacted by default and replaced by the
![Experimental](https://img.shields.io/badge/-experimental-blue)
Query string values for the following keys SHOULD be redacted by default and replaced by the
value `REDACTED`:

* [`AWSAccessKeyId`](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RESTAuthentication.html#RESTAuthenticationQueryStringAuth)
Expand Down Expand Up @@ -454,8 +455,8 @@ SHOULD include the [application root](/docs/http/http-spans.md#http-server-defin

**[10]:** Sensitive content provided in `url.query` SHOULD be scrubbed when instrumentations can identify it.

In particular, query string values for the following keys SHOULD be redacted by default and replaced by the
value `REDACTED`:
![Experimental](https://img.shields.io/badge/-experimental-blue)
Query string values for the following keys SHOULD be redacted by default and replaced by the value `REDACTED`:

* [`AWSAccessKeyId`](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RESTAuthentication.html#RESTAuthenticationQueryStringAuth)
* [`Signature`](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RESTAuthentication.html#RESTAuthenticationQueryStringAuth)
Expand Down
7 changes: 4 additions & 3 deletions docs/url/url.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ In such case username and password SHOULD be redacted and attribute's value SHOU

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

In particular, query string values for the following keys SHOULD be redacted by default and replaced by the
![Experimental](https://img.shields.io/badge/-experimental-blue)
Query string values for the following keys SHOULD be redacted by default and replaced by the
value `REDACTED`:

* [`AWSAccessKeyId`](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RESTAuthentication.html#RESTAuthenticationQueryStringAuth)
Expand All @@ -65,8 +66,8 @@ When a query string value is redacted, the query string key SHOULD still be pres

**[3]:** Sensitive content provided in `url.query` SHOULD be scrubbed when instrumentations can identify it.

In particular, query string values for the following keys SHOULD be redacted by default and replaced by the
value `REDACTED`:
![Experimental](https://img.shields.io/badge/-experimental-blue)
Query string values for the following keys SHOULD be redacted by default and replaced by the value `REDACTED`:

* [`AWSAccessKeyId`](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RESTAuthentication.html#RESTAuthenticationQueryStringAuth)
* [`Signature`](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RESTAuthentication.html#RESTAuthenticationQueryStringAuth)
Expand Down

0 comments on commit de46397

Please sign in to comment.