Skip to content

Commit 2818ab4

Browse files
authored
Merge pull request #109098 from mrbullwinkle/mrb_03_25_2020_continuous_export
Continuous export
2 parents a646d5a + 159cb74 commit 2818ab4

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Continuous export of telemetry from Application Insights | Microsoft Docs
33
description: Export diagnostic and usage data to storage in Microsoft Azure, and download it from there.
44
ms.topic: conceptual
5-
ms.date: 07/25/2019
5+
ms.date: 03/25/2020
66

77
---
88

@@ -49,6 +49,18 @@ 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+
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+
5264
### To edit continuous export
5365

5466
Click on continuous export and select the storage account to edit.
@@ -93,8 +105,8 @@ Here's the form of the path:
93105

94106
Where
95107

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
98110

99111
## <a name="format"></a> Data format
100112
* 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

Comments
 (0)