Class EnduserIncubatingAttributes

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

public final class EnduserIncubatingAttributes extends Object
  • Field Details

    • ENDUSER_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> 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

      public static final io.opentelemetry.api.common.AttributeKey<String> 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 public static final io.opentelemetry.api.common.AttributeKey<String> ENDUSER_ROLE
      Deprecated.
      Replaced by user.roles.
      Deprecated, use user.roles instead.
    • ENDUSER_SCOPE

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> ENDUSER_SCOPE
      Deprecated.
      Removed, no replacement at this time.
      Deprecated, no replacement at this time.