Skip to content

Commit fde1b07

Browse files
committed
autoscale history
1 parent 8a3ee0e commit fde1b07

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

articles/azure-monitor/autoscale/autoscale-diagnostics.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ Both the logs and metrics can be sent to various destinations including:
3333

3434
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)
3535

36+
## Run history
37+
38+
View the history of your autoscale activity in the run history tab. The run history tab includes a chart of resource instance counts over time and the resource activity log entries for autoscale.
39+
40+
:::image type="content" source="./media/autoscale-diagnostics/autoscale-run-history.png" alt-text="A screenshot showing the run history tab on the autoscale setting page":::
41+
3642
## Resource log schemas
3743

3844
Following are the general formats for autoscale resource logs with example data included. Not all examples below are properly formed JSON because they may include multiple values that could be valid for a given field.
@@ -246,7 +252,7 @@ Recorded at different intervals of an instance scale action.
246252
```
247253

248254
## Activity Logs
249-
The follwoing events are logged to the Activity log with CategoryValue =="Autoscale".
255+
The following events are logged to the Activity log with a `CategoryValue` of `Autoscale`.
250256

251257
* Autoscale scale up initiated
252258
* Autoscale scale up completed
@@ -395,7 +401,7 @@ Logged when autoscale can't calculate predicted scale events due to the metric b
395401
"eventCategory": "Autoscale",
396402
"eventName": "PredictiveMetricFailure",
397403
...
398-
"eventProperties": "{\"Notes\":\"To ensure service availability, Autoscale will scale out the resource to the default capacity if it is greater than the current capacity\"}",
404+
"eventProperties": "{\"Notes\":\"To ensure service availability, \Autoscale will scale out the resource to the default capacity if it is greater than the current capacity\"}",
399405
...
400406
"activityStatusValue": "Failed"
401407
}
80.6 KB
Loading

0 commit comments

Comments
 (0)