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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,16 +40,16 @@ View the history of your autoscale activity in the run history tab. The run hist
40
40
41
41
## Resource log schemas
42
42
43
-
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.
43
+
The following are the general formats for autoscale resource logs with example data included. Not all examples below are properly formed JSON as they may include a list of valid for a given field.
44
44
45
-
Use events of this type to troubleshoot problems you may be having with autoscale. For more information, see [Troubleshooting autoscale problems](autoscale-troubleshoot.md).
45
+
Use these logs to troubleshoot issues in autoscale. For more information, see [Troubleshooting autoscale problems](autoscale-troubleshoot.md).
46
46
47
47
## Autoscale Evaluations Log
48
48
The following schemas appear in the autoscale evaluations log.
49
49
50
50
### Profile evaluation
51
51
52
-
Recorded when autoscale first looks at an autoscale profile
52
+
Logged when autoscale first looks at an autoscale profile
53
53
54
54
```JSON
55
55
{
@@ -68,7 +68,7 @@ Recorded when autoscale first looks at an autoscale profile
68
68
69
69
### Profile cooldown evaluation
70
70
71
-
Recorded when autoscale evaluates if it shouldn't scale because of a cool down period.
71
+
Logged when autoscale evaluates if it shouldn't scale because of a cool down period.
72
72
73
73
```JSON
74
74
{
@@ -91,7 +91,7 @@ Recorded when autoscale evaluates if it shouldn't scale because of a cool down
91
91
92
92
### Rule evaluation
93
93
94
-
Recorded when autoscale first starts evaluating a particular scale rule.
94
+
Logged when autoscale first starts evaluating a particular scale rule.
95
95
96
96
```JSON
97
97
{
@@ -118,7 +118,7 @@ Recorded when autoscale first starts evaluating a particular scale rule.
118
118
119
119
### Metric evaluation
120
120
121
-
Recorded when autoscale evaluated the metric being used to trigger a scale action.
121
+
Logged when autoscale evaluated the metric being used to trigger a scale action.
122
122
123
123
```JSON
124
124
{
@@ -142,7 +142,7 @@ Recorded when autoscale evaluated the metric being used to trigger a scale actio
142
142
143
143
### Instance count evaluation
144
144
145
-
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.
145
+
Logged when autoscale evaluates the number of instances already running in preparation for deciding if it should start more, shut down some, or do nothing.
146
146
147
147
```JSON
148
148
{
@@ -163,7 +163,7 @@ Recorded when autoscale evaluates the number of instances already running in pre
163
163
164
164
### Scale action evaluation
165
165
166
-
Recorded when autoscale starts evaluation if a scale action should take place.
166
+
Logged when autoscale starts evaluation if a scale action should take place.
167
167
168
168
```JSON
169
169
{
@@ -183,7 +183,7 @@ Recorded when autoscale starts evaluation if a scale action should take place.
183
183
184
184
### Instance update evaluation
185
185
186
-
Recorded when autoscale updates the number of compute instances running, either up or down.
186
+
Logged when autoscale updates the number of compute instances running, either up or down.
187
187
188
188
```JSON
189
189
{
@@ -209,7 +209,7 @@ The following schemas appear in the autoscale evaluations log.
209
209
210
210
### Scale action
211
211
212
-
Recorded when autoscale initiates a scale action, either up or down.
212
+
Logged when autoscale initiates a scale action, either up or down.
213
213
```JSON
214
214
{
215
215
"time": "2018-09-10 18:12:00.6132593",
@@ -232,7 +232,7 @@ Recorded when autoscale initiates a scale action, either up or down.
232
232
233
233
### Scale action tracking
234
234
235
-
Recorded at different intervals of an instance scale action.
235
+
Logged at different intervals of an instance scale action.
0 commit comments