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: managing-cf/multi-process-cloud-controller.html.md.erb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,6 @@ Here are a few possible configurations that would result in similar number of th
95
95
96
96
After upgrading, watch the following metrics to see if you can reduce or need to scale up your provisioned resources:
97
97
98
-
- `cc.requests.outstanding.gauge`: If this value is at or consistently near the total number of available Puma threads on the VM, you may need to scale your instance group.
98
+
- `cc_requests_outstanding_total`: If this value is at or consistently near the total number of available Puma threads on the VM, you may need to scale your instance group.
99
99
- `system.cpu.user`: This value should stay below 0.85 total utilization.
100
-
- `cc.vitals.cpu_load_avg`: This value should stay below the total number of CPU cores.
100
+
- `cc_vitals_cpu_load_avg`: This value should stay below the total number of CPU cores.
0 commit comments