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/proactive-performance-diagnostics.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Emails about Smart Detections performance anomalies are limited to one email per
67
67
68
68
* Not yet, but you can:
69
69
*[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.
71
71
**How often is the analysis performed?*
72
72
73
73
* 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:
121
121
* 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).
122
122
* Performance reports in Metric Explorer, where you can slice and dice time range/filters for this operation.
123
123
* 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.
125
125
126
126
## Dependency Duration Degradation
127
127
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.
0 commit comments