Skip to content

Commit 4edd12f

Browse files
committed
address final PR reviewers comments
1 parent 3d478bb commit 4edd12f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

articles/azure-monitor/app/code-sample-export-sql-stream-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ After a few minutes, go back to SQL Server Management Tools and watch the data f
236236

237237

238238
## Related articles
239-
* [Export to PowerBI using Stream Analytics](../../azure-monitor/app/export-power-bi.md )
239+
* [Export to Power BI using Stream Analytics](../../azure-monitor/app/export-power-bi.md )
240240
* [Detailed data model reference for the property types and values.](../../azure-monitor/app/export-data-model.md)
241241
* [Continuous Export in Application Insights](../../azure-monitor/app/export-telemetry.md)
242242
* [Application Insights](https://azure.microsoft.com/services/application-insights/)

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,16 +123,16 @@ All types of telemetry are accompanied by a context section. Not all of these fi
123123
| context.device.roleName |string | |
124124
| context.device.screenResolution |string | |
125125
| 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 |
128128
| context.location.clientip |string |Last octagon is anonymized to 0. |
129129
| context.location.continent |string | |
130130
| context.location.country |string | |
131131
| 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`. |
133133
| context.operation.name |string |url or request name |
134134
| 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. |
136136
| context.session.isFirst |boolean | |
137137
| context.user.accountAcquisitionDate |string | |
138138
| context.user.accountId |string | |
@@ -143,7 +143,7 @@ All types of telemetry are accompanied by a context section. Not all of these fi
143143
| context.user.isAuthenticated |boolean | |
144144
| context.user.storeRegion |string | |
145145
| 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 |
147147

148148
## Events
149149
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
169169
| basicException [0] failedUserCodeAssembly |string | |
170170
| basicException [0] handledAt |string | |
171171
| basicException [0] hasFullStack |boolean | |
172-
| basicException [0] id |string | |
172+
| basicException [0] `id` |string | |
173173
| basicException [0] method |string | |
174174
| basicException [0] message |string |Exception message. Max length 10k. |
175175
| basicException [0] outerExceptionMessage |string | |
@@ -206,7 +206,7 @@ Sent by TrackDependency. Used to report performance and usage of [calls to depen
206206
| remoteDependency [0] count |integer |100/([sampling](../../azure-monitor/app/sampling.md) rate). For example 4 => 25%. |
207207
| remoteDependency [0] dependencyTypeName |string |HTTP, SQL, ... |
208208
| remoteDependency [0] durationMetric.value |number |Time from call to completion of response by dependency |
209-
| remoteDependency [0] id |string | |
209+
| remoteDependency [0] `id` |string | |
210210
| remoteDependency [0] name |string |Url. Max length 250. |
211211
| remoteDependency [0] resultCode |string |from HTTP dependency |
212212
| remoteDependency [0] success |boolean | |
@@ -223,7 +223,7 @@ Sent by [TrackRequest](../../azure-monitor/app/api-custom-events-metrics.md#trac
223223
| --- | --- | --- |
224224
| request [0] count |integer |100/([sampling](../../azure-monitor/app/sampling.md) rate). For example: 4 => 25%. |
225225
| request [0] durationMetric.value |number |Time from request arriving to response. 1e7 == 1s |
226-
| request [0] id |string |Operation id |
226+
| request [0] `id` |string |`Operation id` |
227227
| request [0] name |string |GET/POST + url base. Max length 250 |
228228
| request [0] responseCode |integer |HTTP response sent to client |
229229
| request [0] success |boolean |Default == (responseCode < 400) |

articles/azure-monitor/app/proactive-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Smart Detection detects and notifies about a variety of issues, such as:
3030

3131
* [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.
3232
* [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).
3434

3535
(The help links in each notification take you to the relevant articles.)
3636

0 commit comments

Comments
 (0)