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
+96-15Lines changed: 96 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,8 +277,8 @@ Logged when autoscale attempts to scale in or out.
277
277
"eventName": "AutoscaleAction",
278
278
...
279
279
"eventProperties": "{
280
-
"Description": "The autoscale engine attempting to scale resource '/subscriptions/d1234567-9876-a1b2-a2b1-123a567b9f8767/resourcegroups/ed-rg-001/providers/Microsoft.Web/serverFarms/ScaleableAppServicePlan' from 2 instances count to 1 instances count.",
"Description": "The autoscale engine attempting to scale resource '/subscriptions/d1234567-9876-a1b2-a2b1-123a567b9f8767/resourcegroups/ed-rg-001/providers/Microsoft.Web/serverFarms/ScaleableAppServicePlan' from 2 instances count to 1 instancescount.",
@@ -373,7 +373,8 @@ Logged when autoscale can't determine the value of the metric used in the scale
373
373
"eventCategory": "Autoscale",
374
374
"eventName": "MetricFailure",
375
375
...
376
-
"eventProperties": "{\"Notes\":\"To ensure service availability, Autoscale will scale out the resource to the default capacity if it is greater than the current capacity\"}",
376
+
"eventProperties": "{
377
+
"Notes":"To ensure service availability, Autoscale will scale out the resource to the default capacity if it is greater than the current capacity}",
377
378
...
378
379
"activityStatusValue": "Failed"
379
380
}
@@ -395,20 +396,21 @@ Logged when autoscale can once again determine the value of the metric used in t
395
396
### Predictive Metric Failure
396
397
397
398
Logged when autoscale can't calculate predicted scale events due to the metric being unavailable.
398
-
399
399
```JSON
400
-
"Properties":{
400
+
"Properties":{
401
401
"eventCategory": "Autoscale",
402
402
"eventName": "PredictiveMetricFailure",
403
403
...
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\"}",
404
+
"eventProperties": "{
405
+
"Notes": "To ensure service availability, Autoscale will scale out the resource to the default capacity if it is greater than the current capacity"
406
+
}",
405
407
...
406
408
"activityStatusValue": "Failed"
407
-
}
409
+
}
408
410
```
409
411
### Flapping Occurred
410
412
411
-
Logged when autoscale detects a flapping and scales differently to avoid it.
413
+
Logged when autoscale detects flapping could occur, and scales differently to avoid it.
412
414
413
415
```JSON
414
416
"Properties":{
@@ -417,11 +419,11 @@ Logged when autoscale detects a flapping and scales differently to avoid it.
417
419
...
418
420
"eventProperties":
419
421
"{"Description":"Scale down will occur with updated instance count to avoid flapping.
"ActiveAutoscaleProfile":{"Name":"Auto created scale condition",
@@ -431,3 +433,82 @@ Logged when autoscale detects a flapping and scales differently to avoid it.
431
433
"activityStatusValue": "Succeeded"
432
434
}
433
435
```
436
+
437
+
### Flapping
438
+
439
+
Logged when autoscale detects flapping could occur, and defers scaling in to avoid it.
440
+
441
+
```JSON
442
+
"Properties": {
443
+
"eventCategory": "Autoscale",
444
+
"eventName": "Flapping",
445
+
"Description": "{"Cannot scale down due to flapping observed. Resource: '/subscriptions/d1234567-9876-a1b2-a2b1-123a567b9f8767/resourcegroups/rg-001/providers/Microsoft.Compute/virtualMachineScaleSets/mac2'. Current instance count: '2', Intended new instance count '1'",
0 commit comments