Class UserIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.UserIncubatingAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>User email address.static final io.opentelemetry.api.common.AttributeKey<String>User's full namestatic final io.opentelemetry.api.common.AttributeKey<String>Unique user hash to correlate information for a user in anonymized form.static final io.opentelemetry.api.common.AttributeKey<String>Unique identifier of the user.static final io.opentelemetry.api.common.AttributeKey<String>Short name or login/username of the user.Array of user roles at the time of the event. -
Method Summary
-
Field Details
-
USER_EMAIL
User email address. -
USER_FULL_NAME
User's full name -
USER_HASH
Unique user hash to correlate information for a user in anonymized form.Notes:
Useful if
user.idoruser.namecontain confidential information and cannot be used. -
USER_ID
Unique identifier of the user. -
USER_NAME
Short name or login/username of the user. -
USER_ROLES
Array of user roles at the time of the event.
-