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/data-model-context.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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.
4
4
ms.topic: conceptual
5
5
ms.date: 05/15/2017
6
6
ms.reviewer: osrosado
@@ -36,7 +36,7 @@ Maximum length: 128
36
36
37
37
## Parent operation ID
38
38
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).
40
40
41
41
Maximum length: 128
42
42
@@ -48,7 +48,7 @@ Maximum length: 1,024
48
48
49
49
## Synthetic source of the operation
50
50
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.
52
52
53
53
Maximum length: 1,024
54
54
@@ -77,7 +77,7 @@ Maximum length: 128
77
77
78
78
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).
79
79
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)).
81
81
82
82
User IDs can be cross referenced with session IDs to provide unique telemetry dimensions and establish user activity over a session duration.
83
83
@@ -97,7 +97,7 @@ Maximum length: 256
97
97
98
98
## Cloud role instance
99
99
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.
101
101
102
102
Maximum length: 256
103
103
@@ -116,5 +116,5 @@ Maximum length: 256
116
116
## Next steps
117
117
118
118
- 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.
120
120
- Check out standard context properties collection [configuration](./configuration-with-applicationinsights-config.md#telemetry-initializers-aspnet).
0 commit comments