Skip to content

Commit 01b9ac8

Browse files
committed
Update make
1 parent 27753b3 commit 01b9ac8

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

docs/attributes-registry/enduser.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,20 @@ Describes the end user.
1515

1616
| Attribute | Type | Description | Examples | Stability |
1717
|---|---|---|---|---|
18-
| <a id="enduser-id" href="#enduser-id">`enduser.id`</a> | string | Unique identifier of an authenticated user in the system. | `username` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
19-
| <a id="enduser-pseudo-id" href="#enduser-pseudo-id">`enduser.pseudo.id`</a> | string | Pseudonymous identifier of an end user. This identifier is unique to the user but does not reveal their actual identity. | `QdH5CAWJgqVT4rOr0qtumf` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
18+
| <a id="enduser-id" href="#enduser-id">`enduser.id`</a> | string | Unique identifier of an end user in the system. It maybe a username, email address, or other identifier. [1] | `username` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
19+
| <a id="enduser-pseudo-id" href="#enduser-pseudo-id">`enduser.pseudo.id`</a> | string | Pseudonymous identifier of an end user. This identifier should be a random value that is not directly linked or associated with the end user's actual identity. [2] | `QdH5CAWJgqVT4rOr0qtumf` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
20+
21+
**[1] `enduser.id`:** > [!Warning]
22+
> This field contains sensitive (PII) information.
23+
24+
**[2] `enduser.pseudo.id`:** > [!Warning]
25+
> This field contains sensitive (linkable PII) information.
2026
2127
## Deprecated End User Attributes
2228

2329
Describes deprecated enduser attributes.
2430

2531
| Attribute | Type | Description | Examples | Stability |
2632
|---|---|---|---|---|
27-
| <a id="enduser-role" href="#enduser-role">`enduser.role`</a> | string | Actual/assumed role the client is making the request under extracted from token or application security context. | `admin` | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Removed. |
33+
| <a id="enduser-role" href="#enduser-role">`enduser.role`</a> | string | Deprecated, use `user.roles` instead. | `admin` | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Removed. |
2834
| <a id="enduser-scope" href="#enduser-scope">`enduser.scope`</a> | string | Deprecated, no replacement at this time. | `read:message, write:files` | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Removed. |

docs/general/attributes.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,14 @@ These attributes may be used for any operation with an authenticated and/or auth
396396

397397
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
398398
|---|---|---|---|---|---|
399-
| [`enduser.id`](/docs/attributes-registry/enduser.md) | string | Unique identifier of an authenticated user in the system. | `username` | `Recommended` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
400-
| [`enduser.pseudo.id`](/docs/attributes-registry/enduser.md) | string | Pseudonymous identifier of an end user. This identifier is unique to the user but does not reveal their actual identity. | `QdH5CAWJgqVT4rOr0qtumf` | `Recommended` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
399+
| [`enduser.id`](/docs/attributes-registry/enduser.md) | string | Unique identifier of an end user in the system. It maybe a username, email address, or other identifier. [1] | `username` | `Recommended` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
400+
| [`enduser.pseudo.id`](/docs/attributes-registry/enduser.md) | string | Pseudonymous identifier of an end user. This identifier should be a random value that is not directly linked or associated with the end user's actual identity. [2] | `QdH5CAWJgqVT4rOr0qtumf` | `Recommended` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
401+
402+
**[1] `enduser.id`:** > [!Warning]
403+
> This field contains sensitive (PII) information.
404+
405+
**[2] `enduser.pseudo.id`:** > [!Warning]
406+
> This field contains sensitive (linkable PII) information.
401407
402408
<!-- markdownlint-restore -->
403409
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)