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/app/apm-tables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ With workspace-based Application Insights resources data is stored in a Log Anal
24
24
| pageViews | AppPageViews| Data about each website view with browser information. |
25
25
| performanceCounters | AppPerformanceCounters | Performance measurements from the compute resources supporting the application, for example, Windows performance counters. |
26
26
| requests | AppRequests | Requests received by your application. For example, a separate request record is logged for each HTTP request that your web app receives. |
27
-
| exceptions |AppSystemEvents| Exceptions thrown by the application runtime, captures both server side and client-side (browsers) exceptions. |
27
+
| exceptions |AppExceptions| Exceptions thrown by the application runtime, captures both server side and client-side (browsers) exceptions. |
28
28
| traces | AppTraces | Detailed logs (traces) emitted through application code/logging frameworks recorded via TrackTrace(). |
0 commit comments