|
2 | 2 | title: Continuous export of telemetry from Application Insights | Microsoft Docs
|
3 | 3 | description: Export diagnostic and usage data to storage in Microsoft Azure, and download it from there.
|
4 | 4 | ms.topic: conceptual
|
5 |
| -ms.date: 07/25/2019 |
| 5 | +ms.date: 03/25/2020 |
6 | 6 |
|
7 | 7 | ---
|
8 | 8 |
|
@@ -49,6 +49,18 @@ Once you've created your export, it starts going. You only get data that arrives
|
49 | 49 |
|
50 | 50 | There can be a delay of about an hour before data appears in the storage.
|
51 | 51 |
|
| 52 | +Once the first export is complete you will find a structure similar to the following in your Azure Blob storage container: (This will vary depending on the data you are collecting.) |
| 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.md) | 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.| |
| 63 | + |
52 | 64 | ### To edit continuous export
|
53 | 65 |
|
54 | 66 | Click on continuous export and select the storage account to edit.
|
@@ -93,8 +105,8 @@ Here's the form of the path:
|
93 | 105 |
|
94 | 106 | Where
|
95 | 107 |
|
96 |
| -* `blobCreationTimeUtc` is time when blob was created in the internal staging storage |
97 |
| -* `blobDeliveryTimeUtc` is the time when blob is copied to the export destination storage |
| 108 | +* `blobCreationTimeUtc` is the time when blob was created in the internal staging storage |
| 109 | +* `blobDeliveryTimeUtc` is the the time when blob is copied to the export destination storage |
98 | 110 |
|
99 | 111 | ## <a name="format"></a> Data format
|
100 | 112 | * Each blob is a text file that contains multiple '\n'-separated rows. It contains the telemetry processed over a time period of roughly half a minute.
|
|
0 commit comments