Skip to content

Commit

Permalink
Deprecate cc.requests.outstanding in favor of cc.requests.outstanding…
Browse files Browse the repository at this point in the history
….gauge

This is needed after introducing the new metric as part of this issue: cloudfoundry/cloud_controller_ng#1312

cc: @sethboyles
  • Loading branch information
MerricdeLauney committed Mar 1, 2021
1 parent 42784b3 commit 3e13559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managing-cf/scaling-cloud-controller.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ When determining whether to scale `cloud\_controller\_ng`, look for the followin

Cloud Controller emits the following metrics:

* `cc.requests.outstanding` is at or consistently near 20.
* `cc.requests.outstanding.gauge` or `cc.requests.outstanding` (deprecated) is at or consistently near 20.
* `system.cpu.user` is above 0.85 utilization of a single core on the API VM.
* `cc.vitals.cpu_load_avg` is 1 or higher.
* `cc.vitals.uptime` is consistently low, indicating frequent restarts (possibly due to memory pressure).
Expand Down

0 comments on commit 3e13559

Please sign in to comment.