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-data-model.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,16 +123,16 @@ All types of telemetry are accompanied by a context section. Not all of these fi
123
123
| context.device.roleName |string ||
124
124
| context.device.screenResolution |string ||
125
125
| context.device.type |string |PC, Browser, ... |
126
-
| context.location |object |Derived from clientip. |
127
-
| context.location.city |string |Derived from clientip, if known |
126
+
| context.location |object |Derived from `clientip`. |
127
+
| context.location.city |string |Derived from `clientip`, if known |
128
128
| context.location.clientip |string |Last octagon is anonymized to 0. |
129
129
| context.location.continent |string ||
130
130
| context.location.country |string ||
131
131
| context.location.province |string |State or province |
132
-
| context.operation.id |string |Items that have the same operation id are shown as Related Items in the portal. Usually the request id. |
132
+
| context.operation.id |string |Items that have the same `operation id` are shown as Related Items in the portal. Usually the `request id`. |
133
133
| context.operation.name |string |url or request name |
134
134
| context.operation.parentId |string |Allows nested related items. |
135
-
| context.session.id |string |Id of a group of operations from the same source. A period of 30 minutes without an operation signals the end of a session. |
135
+
| context.session.id |string |`Id` of a group of operations from the same source. A period of 30 minutes without an operation signals the end of a session. |
136
136
| context.session.isFirst |boolean ||
137
137
| context.user.accountAcquisitionDate |string ||
138
138
| context.user.accountId |string ||
@@ -143,7 +143,7 @@ All types of telemetry are accompanied by a context section. Not all of these fi
143
143
| context.user.isAuthenticated |boolean ||
144
144
| context.user.storeRegion |string ||
145
145
| internal.data.documentVersion |string ||
146
-
| internal.data.id |string | Unique id that is assigned when an item is ingested to Application Insights |
146
+
| internal.data.id |string |`Unique id` that is assigned when an item is ingested to Application Insights |
147
147
148
148
## Events
149
149
Custom events generated by [TrackEvent()](../../azure-monitor/app/api-custom-events-metrics.md#trackevent).
@@ -169,7 +169,7 @@ Reports [exceptions](../../azure-monitor/app/asp-net-exceptions.md) in the serve
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/proactive-diagnostics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Smart Detection detects and notifies about a variety of issues, such as:
30
30
31
31
*[Smart detection - Failure Anomalies](../../azure-monitor/app/proactive-failure-diagnostics.md). We use machine learning to set the expected rate of failed requests for your app, correlating with load and other factors. If the failure rate goes outside the expected envelope, we send an alert.
32
32
*[Smart detection - Performance Anomalies](../../azure-monitor/app/proactive-performance-diagnostics.md). You get notifications if response time of an operation or dependency duration is slowing down compared to historical baseline or if we identify an anomalous pattern in response time or page load time.
33
-
* General degradations and issues, like [Trace degredation](https://docs.microsoft.com/azure/azure-monitor/app/proactive-trace-severity), [Memory leak](https://docs.microsoft.com/azure/azure-monitor/app/proactive-potential-memory-leak), [Abnormal rise in Exception volume](https://docs.microsoft.com/azure/azure-monitor/app/proactive-exception-volume) and [Security anti-patterns](https://docs.microsoft.com/azure/azure-monitor/app/proactive-application-security-detection-pack).
33
+
* General degradations and issues, like [Trace degradation](https://docs.microsoft.com/azure/azure-monitor/app/proactive-trace-severity), [Memory leak](https://docs.microsoft.com/azure/azure-monitor/app/proactive-potential-memory-leak), [Abnormal rise in Exception volume](https://docs.microsoft.com/azure/azure-monitor/app/proactive-exception-volume) and [Security anti-patterns](https://docs.microsoft.com/azure/azure-monitor/app/proactive-application-security-detection-pack).
34
34
35
35
(The help links in each notification take you to the relevant articles.)
0 commit comments