You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
json_extract(events_persisted.payload,'$.data.EventSequence') as'EventSequence', -- AppInteractivity% specific
24
-
json_extract(events_persisted.payload,'$.data.AggregationStartTime') as'AggregationStartTime', -- Start date and time of AppInteractivity aggregation
23
+
json_extract(events_persisted.payload,'$.data.AggregationStartTime') as'AggregationStartTime (UTC)', -- Start date and time of AppInteractivity aggregation
25
24
time(json_extract(events_persisted.payload,'$.data.AggregationDurationMS'),'unixepoch') as'AggregationDuration', -- Actual duration of aggregation period (in milliseconds)
26
25
-- App name
27
26
case when substr(json_extract(events_persisted.payload,'$.data.AppId'),1,1) is 'W'-- Windows Application x32/x64
@@ -92,13 +91,16 @@ trim(json_extract(events_persisted.payload,'$.ext.user.localId'),'m:') as 'UserI
92
91
sid as'User SID',
93
92
94
93
94
+
tag_descriptions.tag_name, -- where you'll see these events in MS Diagnostic Data Viewer app
0 commit comments