Module: OpenTelemetry::SemConv::Incubating::USER

Defined in:
lib/opentelemetry/semconv/incubating/user/attributes.rb

Attribute Names collapse

USER_EMAIL =
Note:

Stability Level: development

User email address.

Examples:

Sample Values

a.einstein@example.com
'user.email'
USER_FULL_NAME =
Note:

Stability Level: development

User’s full name

Examples:

Sample Values

Albert Einstein
'user.full_name'
USER_HASH =
Note:

Stability Level: development

Unique user hash to correlate information for a user in anonymized form.

Useful if user.id or user.name contain confidential information and cannot be used.

Examples:

Sample Values

364fc68eaf4c8acec74a4e52d7d1feaa
'user.hash'
USER_ID =
Note:

Stability Level: development

Unique identifier of the user.

Examples:

Sample Values

S-1-5-21-202424912787-2692429404-2351956786-1000
'user.id'
USER_NAME =
Note:

Stability Level: development

Short name or login/username of the user.

Examples:

Sample Values

a.einstein
'user.name'
USER_ROLES =
Note:

Stability Level: development

Array of user roles at the time of the event.

Examples:

Sample Values

["admin", "reporting_user"]
'user.roles'