Skip to content

Commit a1b7f13

Browse files
committed
add table
1 parent 136296e commit a1b7f13

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,17 @@ Once you've created your export, it starts going. You only get data that arrives
4949

5050
There can be a delay of about an hour before data appears in the storage.
5151

52-
> [!NOTE]
53-
> Traces will appear under Messages in Azure Blob Storage. For more details consult the [full data model reference.](export-data-model.md)
52+
Once the first export is complete you will find a structure similar to the following in your Azure Blob storage: (This will vary dependending on the data you are collecting if you don't collect one of these data types you won't see it in the Azure Storage Container.)
53+
54+
|Name | Description |
55+
|:----|:------|
56+
| [Availability](export-data-model.md#availability) | Reports [availability web tests](../../azure-monitor/app/monitor-web-app-availability.md). |
57+
| [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).
60+
| [Metrics](export-data-model.md#metrics) | Generated by metric API calls.
61+
| [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.|
5463

5564
### To edit continuous export
5665

0 commit comments

Comments
 (0)