User email address.
| Property | Value |
|---|---|
| Type | string |
| Has PII | true |
| Exists in OpenTelemetry | Yes |
| Example | test@example.com |
User’s full name.
| Property | Value |
|---|---|
| Type | string |
| Has PII | true |
| Exists in OpenTelemetry | Yes |
| Example | John Smith |
Human readable city name.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | Toronto |
Two-letter country code (ISO 3166-1 alpha-2).
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | CA |
Human readable region name or code.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | Canada |
Human readable subdivision name.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | Ontario |
Unique user hash to correlate information for a user in anonymized form.
| Property | Value |
|---|---|
| Type | string |
| Has PII | true |
| Exists in OpenTelemetry | Yes |
| Example | 8ae4c2993e0f4f3b8b2d1b1f3b5e8f4d |
Unique identifier of the user.
| Property | Value |
|---|---|
| Type | string |
| Has PII | true |
| Exists in OpenTelemetry | Yes |
| Example | S-1-5-21-202424912787-2692429404-2351956786-1000 |
The IP address of the user.
| Property | Value |
|---|---|
| Type | string |
| Has PII | true |
| Exists in OpenTelemetry | No |
| Example | 192.168.1.1 |
Short name or login/username of the user.
| Property | Value |
|---|---|
| Type | string |
| Has PII | true |
| Exists in OpenTelemetry | Yes |
| Example | j.smith |
Array of user roles at the time of the event.
| Property | Value |
|---|---|
| Type | string[] |
| Has PII | true |
| Exists in OpenTelemetry | Yes |
| Example | ["admin","editor"] |