Class UserIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.UserIncubatingAttributes

public final class UserIncubatingAttributes extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final io.opentelemetry.api.common.AttributeKey<String>
    User email address.
    static final io.opentelemetry.api.common.AttributeKey<String>
    User's full name
    static 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.
    static final io.opentelemetry.api.common.AttributeKey<List<String>>
    Array of user roles at the time of the event.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • USER_EMAIL

      public static final io.opentelemetry.api.common.AttributeKey<String> USER_EMAIL
      User email address.
    • USER_FULL_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> USER_FULL_NAME
      User's full name
    • USER_HASH

      public static final io.opentelemetry.api.common.AttributeKey<String> USER_HASH
      Unique user hash to correlate information for a user in anonymized form.

      Notes:

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

    • USER_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> USER_ID
      Unique identifier of the user.
    • USER_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> USER_NAME
      Short name or login/username of the user.
    • USER_ROLES

      public static final io.opentelemetry.api.common.AttributeKey<List<String>> USER_ROLES
      Array of user roles at the time of the event.