Skip to content

Commit 800515b

Browse files
authored
Merge pull request #139 from sethboyles/patch-2
Favor Prometheus style metrics for Puma
2 parents dc02dfc + 586fa1b commit 800515b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

managing-cf/multi-process-cloud-controller.html.md.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ Here are a few possible configurations that would result in similar number of th
9595

9696
After upgrading, watch the following metrics to see if you can reduce or need to scale up your provisioned resources:
9797

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.
9999
- `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

Comments
 (0)