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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,12 @@ Both the logs and metrics can be sent to various destinations including:
33
33
34
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)
35
35
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
+
36
42
## Resource log schemas
37
43
38
44
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.
246
252
```
247
253
248
254
## 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`.
250
256
251
257
* Autoscale scale up initiated
252
258
* Autoscale scale up completed
@@ -395,7 +401,7 @@ Logged when autoscale can't calculate predicted scale events due to the metric b
395
401
"eventCategory": "Autoscale",
396
402
"eventName": "PredictiveMetricFailure",
397
403
...
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\"}",
0 commit comments