From 586fa1b82cd49400777319639053905ce2418e74 Mon Sep 17 00:00:00 2001 From: Seth Boyles Date: Fri, 13 Feb 2026 08:48:38 -0700 Subject: [PATCH] Favor Prometheus style metrics for Puma --- managing-cf/multi-process-cloud-controller.html.md.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/managing-cf/multi-process-cloud-controller.html.md.erb b/managing-cf/multi-process-cloud-controller.html.md.erb index be9e507..f45ea58 100644 --- a/managing-cf/multi-process-cloud-controller.html.md.erb +++ b/managing-cf/multi-process-cloud-controller.html.md.erb @@ -95,6 +95,6 @@ Here are a few possible configurations that would result in similar number of th After upgrading, watch the following metrics to see if you can reduce or need to scale up your provisioned resources: - - `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. + - `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. - `system.cpu.user`: This value should stay below 0.85 total utilization. - - `cc.vitals.cpu_load_avg`: This value should stay below the total number of CPU cores. + - `cc_vitals_cpu_load_avg`: This value should stay below the total number of CPU cores.