Skip to content

Commit da3fd1e

Browse files
committed
final
1 parent b97febe commit da3fd1e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ View the history of your autoscale activity in the run history tab. The run hist
4040

4141
## Resource log schemas
4242

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.
4444

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).
4646

4747
## Autoscale Evaluations Log
4848
The following schemas appear in the autoscale evaluations log.
4949

5050
### Profile evaluation
5151

52-
Recorded when autoscale first looks at an autoscale profile
52+
Logged when autoscale first looks at an autoscale profile
5353

5454
```JSON
5555
{
@@ -68,7 +68,7 @@ Recorded when autoscale first looks at an autoscale profile
6868

6969
### Profile cooldown evaluation
7070

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.
7272

7373
```JSON
7474
{
@@ -91,7 +91,7 @@ Recorded when autoscale evaluates if it shouldn't scale because of a cool down
9191

9292
### Rule evaluation
9393

94-
Recorded when autoscale first starts evaluating a particular scale rule.
94+
Logged when autoscale first starts evaluating a particular scale rule.
9595

9696
```JSON
9797
{
@@ -118,7 +118,7 @@ Recorded when autoscale first starts evaluating a particular scale rule.
118118

119119
### Metric evaluation
120120

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.
122122

123123
```JSON
124124
{
@@ -142,7 +142,7 @@ Recorded when autoscale evaluated the metric being used to trigger a scale actio
142142

143143
### Instance count evaluation
144144

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.
146146

147147
```JSON
148148
{
@@ -163,7 +163,7 @@ Recorded when autoscale evaluates the number of instances already running in pre
163163

164164
### Scale action evaluation
165165

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.
167167

168168
```JSON
169169
{
@@ -183,7 +183,7 @@ Recorded when autoscale starts evaluation if a scale action should take place.
183183

184184
### Instance update evaluation
185185

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.
187187

188188
```JSON
189189
{
@@ -209,7 +209,7 @@ The following schemas appear in the autoscale evaluations log.
209209

210210
### Scale action
211211

212-
Recorded when autoscale initiates a scale action, either up or down.
212+
Logged when autoscale initiates a scale action, either up or down.
213213
```JSON
214214
{
215215
"time": "2018-09-10 18:12:00.6132593",
@@ -232,7 +232,7 @@ Recorded when autoscale initiates a scale action, either up or down.
232232

233233
### Scale action tracking
234234

235-
Recorded at different intervals of an instance scale action.
235+
Logged at different intervals of an instance scale action.
236236

237237
```JSON
238238
{

0 commit comments

Comments
 (0)