Skip to content

Commit c3f99b3

Browse files
committed
edit pass: app-articles-batch-15
1 parent 6f2d1a6 commit c3f99b3

File tree

4 files changed

+158
-141
lines changed

4 files changed

+158
-141
lines changed

articles/azure-monitor/app/data-model-context.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Application Insights telemetry data model: Telemetry context | Microsoft Docs'
3-
description: Application Insights telemetry context data model
3+
description: Learn about the Application Insights telemetry context data model.
44
ms.topic: conceptual
55
ms.date: 05/15/2017
66
ms.reviewer: osrosado
@@ -36,7 +36,7 @@ Maximum length: 128
3636

3737
## Parent operation ID
3838

39-
The unique identifier of the telemetry item's immediate parent. For more information, see [Telemetry correlation](./correlation.md).
39+
This field is the unique identifier of the telemetry item's immediate parent. For more information, see [Telemetry correlation](./correlation.md).
4040

4141
Maximum length: 128
4242

@@ -48,7 +48,7 @@ Maximum length: 1,024
4848

4949
## Synthetic source of the operation
5050

51-
This field is the name of synthetic source. Some telemetry from the application might represent synthetic traffic. It might be the web crawler indexing the website, site availability tests, or traces from diagnostic libraries like the Application Insights SDK itself.
51+
This field is the name of the synthetic source. Some telemetry from the application might represent synthetic traffic. It might be the web crawler indexing the website, site availability tests, or traces from diagnostic libraries like the Application Insights SDK itself.
5252

5353
Maximum length: 1,024
5454

@@ -77,7 +77,7 @@ Maximum length: 128
7777

7878
An authenticated user ID is the opposite of an anonymous user ID. This field represents the user with a friendly name. This ID is only collected by default with the ASP.NET Framework SDK's [`AuthenticatedUserIdTelemetryInitializer`](https://github.com/microsoft/ApplicationInsights-dotnet/blob/develop/WEB/Src/Web/Web/AuthenticatedUserIdTelemetryInitializer.cs).
7979

80-
Use the Application Insights SDK to initialize the authenticated user ID with a value identifying the user persistently across browsers and devices. In this way, all telemetry items are attributed to that unique ID. This ID enables querying for all telemetry collected for a specific user (subject to [sampling configurations](./sampling.md) and [telemetry filtering](./api-filtering-sampling.md)).
80+
Use the Application Insights SDK to initialize the authenticated user ID with a value that identifies the user persistently across browsers and devices. In this way, all telemetry items are attributed to that unique ID. This ID enables querying for all telemetry collected for a specific user (subject to [sampling configurations](./sampling.md) and [telemetry filtering](./api-filtering-sampling.md)).
8181

8282
User IDs can be cross referenced with session IDs to provide unique telemetry dimensions and establish user activity over a session duration.
8383

@@ -97,7 +97,7 @@ Maximum length: 256
9797

9898
## Cloud role instance
9999

100-
This field is the name of the instance where the application is running. Examples are the computer name for on-premises or the instance name for Azure.
100+
This field is the name of the instance where the application is running. For example, it's the computer name for on-premises or the instance name for Azure.
101101

102102
Maximum length: 256
103103

@@ -116,5 +116,5 @@ Maximum length: 256
116116
## Next steps
117117

118118
- Learn how to [extend and filter telemetry](./api-filtering-sampling.md).
119-
- See [data model](data-model.md) for Application Insights types and data model.
119+
- See [Application Insights telemetry data model](data-model.md) for Application Insights types and data model.
120120
- Check out standard context properties collection [configuration](./configuration-with-applicationinsights-config.md#telemetry-initializers-aspnet).

0 commit comments

Comments
 (0)