Class EnduserIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.EnduserIncubatingAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>Unique identifier of an end user in the system.static final io.opentelemetry.api.common.AttributeKey<String>Pseudonymous identifier of an end user.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.Removed, no replacement at this time. -
Method Summary
-
Field Details
-
ENDUSER_ID
Unique identifier of an end user in the system. It maybe a username, email address, or other identifier.Notes:
Unique identifier of an end user in the system.
[!Warning] This field contains sensitive (PII) information.
-
ENDUSER_PSEUDO_ID
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.Notes:
Pseudonymous identifier of an end user.
[!Warning] This field contains sensitive (linkable PII) information.
-
ENDUSER_ROLE
Deprecated.Replaced byuser.roles.Deprecated, useuser.rolesinstead. -
ENDUSER_SCOPE
Deprecated.Removed, no replacement at this time.Deprecated, no replacement at this time.
-
user.roles.