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
Copy file name to clipboardExpand all lines: articles/azure-monitor/log-query/logs-structure.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,16 +50,17 @@ Unlike a Log Analytics workspace, an Application Insights application has a fixe
50
50
51
51
| Table | Description |
52
52
|:---|:---|
53
-
| availabilityResults | Summary data from availability tests. |
54
-
| browserTimings | Data about client performance, such as the time taken to process the incoming data. |
55
-
| customEvents | Custom events created by your application. |
56
-
| customMetrics | Custom metrics created by your application. |
57
-
| dependencies | Calls from the application to external components. |
58
-
| exceptions | Exceptions thrown by the application runtime. |
59
-
| pageViews | Data about each website view with browser information. |
60
-
| performanceCounters | Performance measurements from the compute resources supporting the application. |
61
-
| requests | Details of each application request. |
62
-
| traces | Results from distributed tracing. |
53
+
| availabilityResults | Summary data from availability tests.
54
+
| browserTimings | Data about client performance, such as the time taken to process the incoming data.
55
+
| customEvents | Custom events created by your application.
56
+
| customMetrics | Custom metrics created by your application.
57
+
| dependencies | Calls from the application to other components (including external components) recorded via TrackDependency() – for example, calls to REST API, database or a file system.
58
+
| exceptions | Exceptions thrown by the application runtime, captures both server side and client-side (browsers) exceptions.
59
+
| pageViews | Data about each website view with browser information.
60
+
| performanceCounters | Performance measurements from the compute resources supporting the application, for example, Windows performance counters.
61
+
| requests | Requests received by your application. For example, a separate request record is logged for each HTTP request that your web app receives.
62
+
| traces | Detailed logs (traces) emitted through application code/logging frameworks recorded via TrackTrace().
63
+
63
64
64
65
You can view the schema for each table in the **Schema** tab in Log Analytics for the application.
0 commit comments