Skip to content

Commit 68b34e7

Browse files
Merge pull request #113689 from rboucher/patch-8
Correct the Application Insights table.
2 parents 40863c4 + d9ce937 commit 68b34e7

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

articles/azure-monitor/log-query/logs-structure.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,17 @@ Unlike a Log Analytics workspace, an Application Insights application has a fixe
5050

5151
| Table | Description |
5252
|:---|:---|
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+
6364

6465
You can view the schema for each table in the **Schema** tab in Log Analytics for the application.
6566

0 commit comments

Comments
 (0)