You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/export-telemetry.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,16 +49,16 @@ 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: (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.)
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
53
54
54
|Name | Description |
55
55
|:----|:------|
56
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).
57
+
| [Event](export-data-model.md#events) | Custom events generated by [TrackEvent()](../../azure-monitor/app/api-custom-events-metrics.md#trackevent).
58
58
| [Exceptions](export-data-model.md#exceptions) |Reports [exceptions](../../azure-monitor/app/asp-net-exceptions.md) in the server and in the browser.
59
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
60
| [Metrics](export-data-model.md#metrics) | Generated by metric API calls.
61
-
| [PerformanceCounters](export-data-model) | Performance Counters collected by Application Insights.
61
+
| [PerformanceCounters](export-data-model.md) | Performance Counters collected by Application Insights.
62
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
63
64
64
### To edit continuous export
@@ -105,8 +105,8 @@ Here's the form of the path:
105
105
106
106
Where
107
107
108
-
*`blobCreationTimeUtc` is time when blob was created in the internal staging storage
109
-
*`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
110
110
111
111
## <aname="format"></a> Data format
112
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