OpenTelemetry PHP

UserIncubatingAttributes

Semantic attributes and corresponding values for user.

Tags
see
https://opentelemetry.io/docs/specs/semconv/registry/attributes/user/

May contain @experimental Semantic Conventions which may change or be removed in the future.

Table of Contents

Constants

USER_EMAIL  = 'user.email'
User email address.
USER_FULL_NAME  = 'user.full_name'
User's full name
USER_HASH  = 'user.hash'
Unique user hash to correlate information for a user in anonymized form.
USER_ID  = 'user.id'
Unique identifier of the user.
USER_NAME  = 'user.name'
Short name or login/username of the user.
USER_ROLES  = 'user.roles'
Array of user roles at the time of the event.

Constants

USER_HASH

Unique user hash to correlate information for a user in anonymized form.

public mixed USER_HASH = 'user.hash'

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

Tags
experimental

USER_NAME

Short name or login/username of the user.

public mixed USER_NAME = 'user.name'
Tags
experimental

USER_ROLES

Array of user roles at the time of the event.

public mixed USER_ROLES = 'user.roles'
Tags
experimental

        
On this page

Search results