Class EnduserIncubatingAttributes

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

public final class EnduserIncubatingAttributes extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final io.opentelemetry.api.common.AttributeKey<String>
    Username or client_id extracted from the access token or Authorization header in the inbound request from outside the system.
    static final io.opentelemetry.api.common.AttributeKey<String>
    Actual/assumed role the client is making the request under extracted from token or application security context.
    static final io.opentelemetry.api.common.AttributeKey<String>
    Scopes or granted authorities the client currently possesses extracted from token or application security context.
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • ENDUSER_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> ENDUSER_ID
      Username or client_id extracted from the access token or Authorization header in the inbound request from outside the system.
    • ENDUSER_ROLE

      public static final io.opentelemetry.api.common.AttributeKey<String> ENDUSER_ROLE
      Actual/assumed role the client is making the request under extracted from token or application security context.
    • ENDUSER_SCOPE

      public static final io.opentelemetry.api.common.AttributeKey<String> ENDUSER_SCOPE
      Scopes or granted authorities the client currently possesses extracted from token or application security context. The value would come from the scope associated with an OAuth 2.0 Access Token or an attribute value in a SAML 2.0 Assertion.