View Source OpenTelemetry.SemConv.Incubating.SessionAttributes (OpenTelemetry.SemConv v1.27.0)

OpenTelemetry Semantic Conventions for Session attributes.

Summary

Functions

A unique id to identify a session.

The previous session.id for this user, when known.

Functions

@spec session_id() :: :"session.id"

A unique id to identify a session.

Value type

Value must be of type atom() | String.t().

Examples

00112233-4455-6677-8899-aabbccddeeff
iex> OpenTelemetry.SemConv.Incubating.SessionAttributes.session_id()
:"session.id"
@spec session_previous_id() :: :"session.previous_id"

The previous session.id for this user, when known.

Value type

Value must be of type atom() | String.t().

Examples

00112233-4455-6677-8899-aabbccddeeff
iex> OpenTelemetry.SemConv.Incubating.SessionAttributes.session_previous_id()
:"session.previous_id"