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
Add busy_threads metric to Puma integration (DataDog#2697)
* Add `busy_threads` metric to Puma integration
This new stat was [added about 6 months
ago](puma/puma#3517) to track "the overall
current state of work to be done and the capacity to do it". It seems
like it could be useful to track, potentially for autoscaling or other
applications.
* Update puma/metadata.csv
Co-authored-by: May Lee <[email protected]>
* Update puma/metadata.csv
Co-authored-by: Steven Yuen <[email protected]>
---------
Co-authored-by: May Lee <[email protected]>
Co-authored-by: Steven Yuen <[email protected]>
puma.booted_workers,gauge,,unit,,Number of booted puma workers,0,puma,booted workers,
4
+
puma.busy_threads,gauge,,unit,,"Number of threads that are running, including requests waiting on a thread, but excluding requests waiting for work.",0,puma,booted workers,
0 commit comments