EVENTS_VIEW view

This view displays rows for telemetry data collected in the default event table, SNOWFLAKE.TELEMETRY.EVENTS.

You can manage access to this view with row access policies. To manage row access policies you create with this view, use the following stored procedures:

Columns

Columns in this view correspond to columns in an event table you create. For more information, see Event table columns.

Column NameData TypeDescription
TIMESTAMPTIMESTAMP_NTZTimestamp when the event record was added. See TIMESTAMP column.
START_TIMESTAMPTIMESTAMP_NTZEvent period starting timestamp for metrics and spans. See START_TIMESTAMP column.
OBSERVED_TIMESTAMPTIMESTAMP_NTZA log’s UTC timestamp. Used when capturing logs that do not have an accompanying timestamp. See OBSERVED_TIMESTAMP column.
TRACEOBJECTTracing context. See TRACE column.
RESOURCEOBJECTFor future use. See RESOURCE column.
RESOURCE_ATTRIBUTESOBJECTAttributes that identify the source of an event. See RESOURCE_ATTRIBUTES column.
SCOPEOBJECTScope for signals. See SCOPE column.
SCOPE_ATTRIBUTESOBJECTFor future use. See SCOPE_ATTRIBUTES column.
RECORD_TYPEVARCHARType of the value in the RECORD field. See RECORD_TYPE column.
RECORDOBJECTFixed fields for each signal type. See RECORD column.
RECORD_ATTRIBUTESOBJECTVariable attributes for each signal type. See RECORD_ATTRIBUTES column.
VALUEVARIANTPrimary event value. See VALUE column.
EXEMPLARSARRAYExemplars for metrics. See EXEMPLARS column.