Skip to content

Commit 73bc1a0

Browse files
Merge pull request #111982 from mrbullwinkle/mrb_04_20_2020_smart_detection
update screenshot
2 parents 2819c63 + a3ac16e commit 73bc1a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
65.6 KB
Loading

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Emails about Smart Detections performance anomalies are limited to one email per
6767

6868
* Not yet, but you can:
6969
* [Set up alerts](../../azure-monitor/app/alerts.md) that tell you when a metric crosses a threshold.
70-
* [Export telemetry](../../azure-monitor/app/export-telemetry.md) to a [database](../../azure-monitor/app/code-sample-export-sql-stream-analytics.md) or [to PowerBI](../../azure-monitor/app/export-power-bi.md ), where you can analyze it yourself.
70+
* [Export telemetry](../../azure-monitor/app/export-telemetry.md) to a [database](../../azure-monitor/app/code-sample-export-sql-stream-analytics.md) or [to Power BI](../../azure-monitor/app/export-power-bi.md ), where you can analyze it yourself.
7171
* *How often is the analysis performed?*
7272

7373
* We run the analysis daily on the telemetry from the previous day (full day in UTC timezone).
@@ -121,11 +121,11 @@ The response time degradation notification tells you:
121121
* Profiler traces to help you view where operation time is spent (the link is available if Profiler trace examples were collected for this operation during the detection period).
122122
* Performance reports in Metric Explorer, where you can slice and dice time range/filters for this operation.
123123
* Search for this call to view specific call properties.
124-
* Failure reports - If count > 1 this mean that there were failures in this operation that might have contributed to performance degradation.
124+
* Failure reports - If count > 1 this means that there were failures in this operation that might have contributed to performance degradation.
125125

126126
## Dependency Duration Degradation
127127

128-
Modern application more and more adopt micro services design approach, which in many cases leads to heavy reliability on external services. For example, if your application relies on some data platform or even if you build your own bot service you will probably relay on some cognitive services provider to enable your bots to interact in more human ways and some data store service for bot to pull the answers from.
128+
Modern applications more and more adopt a micro services design approach, which in many cases leads to heavy reliability on external services. For example, if your application relies on some data platform or even if you build your own bot service you will probably relay on some cognitive services provider to enable your bots to interact in more human ways and some data store service for bot to pull the answers from.
129129

130130
Example dependency degradation notification:
131131

0 commit comments

Comments
 (0)