Skip to content

Commit eb65959

Browse files
committed
fixes
1 parent a1b7f13 commit eb65959

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/app/export-telemetry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ Once the first export is complete you will find a structure similar to the follo
5555
|:----|:------|
5656
| [Availability](export-data-model.md#availability) | Reports [availability web tests](../../azure-monitor/app/monitor-web-app-availability.md). |
5757
| [Event](export-data-model.md#Events) | Custom events generated by [TrackEvent()](../../azure-monitor/app/api-custom-events-metrics.md#trackevent).
58-
| [Exceptions](export-data-model.md#Exceptions) |Reports [exceptions](../../azure-monitor/app/asp-net-exceptions.md) in the server and in the browser.
59-
| [Messages](export-data-model.md#Trace-Messages) | Sent by [TrackTrace](../../azure-monitor/app/api-custom-events-metrics.md#tracktrace), and by the [logging adapters](../../azure-monitor/app/asp-net-trace-logs.md).
58+
| [Exceptions](export-data-model.md#exceptions) |Reports [exceptions](../../azure-monitor/app/asp-net-exceptions.md) in the server and in the browser.
59+
| [Messages](export-data-model.md#trace-messages) | Sent by [TrackTrace](../../azure-monitor/app/api-custom-events-metrics.md#tracktrace), and by the [logging adapters](../../azure-monitor/app/asp-net-trace-logs.md).
6060
| [Metrics](export-data-model.md#metrics) | Generated by metric API calls.
6161
| [PerformanceCounters](export-data-model) | Performance Counters collected by Application Insights.
62-
| [Requests](export-data-model.md#Requests)| Sent by [TrackRequest](../../azure-monitor/app/api-custom-events-metrics.md#trackrequest). The standard modules use this to reports server response time, measured at the server.|
62+
| [Requests](export-data-model.md#requests)| Sent by [TrackRequest](../../azure-monitor/app/api-custom-events-metrics.md#trackrequest). The standard modules use this to reports server response time, measured at the server.|
6363

6464
### To edit continuous export
6565

0 commit comments

Comments
 (0)