Skip to content

Commit 8a1a80a

Browse files
authored
Merge pull request #174778 from Grace-MacJones-MSFT/patch-3
(Azure CXP) Updated tablename AppSystemEvents to AppExceptions
2 parents 9ed67e9 + f9e4c0e commit 8a1a80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/apm-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ With workspace-based Application Insights resources data is stored in a Log Anal
2424
| pageViews | AppPageViews| Data about each website view with browser information. |
2525
| performanceCounters | AppPerformanceCounters | Performance measurements from the compute resources supporting the application, for example, Windows performance counters. |
2626
| 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. |
2828
| traces | AppTraces | Detailed logs (traces) emitted through application code/logging frameworks recorded via TrackTrace(). |
2929

3030
## Table schemas

0 commit comments

Comments
 (0)