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/autoscale/autoscale-diagnostics.md
+24-28Lines changed: 24 additions & 28 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
-
title: Autoscale in Azure using a custom metric
3
-
description: Learn how to scale your web app by using custom metrics in the Azure portal.
2
+
title: Autoscale diagnostics
3
+
description: Configure diagnostics in autoscale.
4
4
author: EdB-MSFT
5
5
ms.author: edbaynash
6
6
ms.service: azure-monitor
@@ -11,13 +11,9 @@ ms.reviewer: akkumari
11
11
12
12
# Customer intent: As a devops admin, I want to collect and analyze autoscale metrics and logs.
13
13
---
14
-
15
-
>>> Where is the flapping logs ?
16
-
17
-
18
14
# Diagnostic settings in Autoscale
19
15
20
-
Autoscale has two log categories and a set of metrics which can be enabled via the **Diagnostics settings** tab on the autoscale setting page.
16
+
Autoscale has two log categories and a set of metrics that can be enabled via the **Diagnostics settings** tab on the autoscale setting page.
21
17
22
18
:::image type="content" source="./media/autoscale-diagnostics/autoscale-diagnostics-menu.png" alt-text="A screenshot showing the menu in the autoscale setting page":::
23
19
@@ -27,15 +23,15 @@ The two categories are
27
23
*[Autoscale Scale Actions](https://learn.microsoft.com/azure/azure-monitor/reference/tables/autoscalescaleactionslog) log data relating to each scale event.
28
24
29
25
30
-
Information about Autoscale Metrics cn be found in the [Supported metrics](../essentials/metrics-supported#microsoftinsightsautoscalesettings) reference.
26
+
Information about Autoscale Metrics can be found in the [Supported metrics](../essentials/metrics-supported#microsoftinsightsautoscalesettings) reference.
31
27
32
-
Both the logs and metrics can be sent to a variety of destinations including:
28
+
Both the logs and metrics can be sent to various destinations including:
33
29
* Log Analytics workspaces
34
30
* Storage accounts
35
31
* Event hubs
36
32
* Partner solutions
37
33
38
-
For mor information on diagnostics see [Diagnostic settings in Azure Monitor](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/diagnostic-settings?tabs=portal)
34
+
For more information on diagnostics, see [Diagnostic settings in Azure Monitor](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/diagnostic-settings?tabs=portal)
39
35
40
36
## Resource log schemas
41
37
@@ -50,7 +46,7 @@ The following schemas appear in the autoscale evaluations log.
50
46
51
47
Recorded when autoscale first looks at an autoscale profile
@@ -143,7 +139,7 @@ Recorded when autoscale evaluated the metric being used to trigger a scale actio
143
139
144
140
Recorded when autoscale evaluates the number of instances already running in preparation for deciding if it should start more, shut down some, or do nothing.
0 commit comments