Skip to content

Commit 159cb74

Browse files
committed
update to clarify per github issue
1 parent 5b5ab53 commit 159cb74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ 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: (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.)
5353

5454
|Name | Description |
5555
|:----|:------|
5656
| [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).
5858
| [Exceptions](export-data-model.md#exceptions) |Reports [exceptions](../../azure-monitor/app/asp-net-exceptions.md) in the server and in the browser.
5959
| [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.
61-
| [PerformanceCounters](export-data-model) | Performance Counters collected by Application Insights.
61+
| [PerformanceCounters](export-data-model.md) | Performance Counters collected by Application Insights.
6262
| [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
@@ -105,8 +105,8 @@ Here's the form of the path:
105105

106106
Where
107107

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
110110

111111
## <a name="format"></a> Data format
112112
* 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)