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 Name |
Data Type |
Description |
---|---|---|
TIMESTAMP |
TIMESTAMP_NTZ(9) |
Timestamp when the event record was added. See TIMESTAMP column. |
START_TIMESTAMP |
TIMESTAMP_NTZ(9) |
Event period starting timestamp for metrics and spans. See START_TIMESTAMP column. |
OBSERVED_TIMESTAMP |
TIMESTAMP_NTZ(9) |
A log’s UTC timestamp. Used when capturing logs that do not have an accompanying timestamp. See OBSERVED_TIMESTAMP column. |
TRACE |
OBJECT |
Tracing context. See TRACE column. |
RESOURCE |
OBJECT |
For future use. See RESOURCE column. |
RESOURCE_ATTRIBUTES |
OBJECT |
Attributes that identify the source of an event. See RESOURCE_ATTRIBUTES column. |
SCOPE |
OBJECT |
Scope for signals. See SCOPE column. |
SCOPE_ATTRIBUTES |
OBJECT |
For future use. See SCOPE_ATTRIBUTES column. |
RECORD_TYPE |
VARCHAR(16777216) |
Type of the value in the RECORD field. See RECORD_TYPE column. |
RECORD |
OBJECT |
Fixed fields for each signal type. See RECORD column. |
RECORD_ATTRIBUTES |
OBJECT |
Variable attributes for each signal type. See RECORD_ATTRIBUTES column. |
VALUE |
VARIANT |
Primary event value. See VALUE column. |
EXEMPLARS |
ARRAY |
Exemplars for metrics. See EXEMPLARS column. |