prometheus_exporter/lib
Benoit Tigeot 8e3c307fb6
FEATURE: Add new metrics busy_threads from Puma (#333)
New Puma version has a [nice addition](https://github.com/puma/puma/pull/3517) of metric on busy threads.

> busy_threads: running - how many threads are waiting to receive work + how many requests are waiting for a thread to pick them up. this is a "wholistic" stat reflecting the overall current state of work to be done and the capacity to do it.
[source](https://github.com/puma/puma/blob/master/docs/stats.md#single-mode-and-individual-workers-in-cluster-mode)
2025-05-09 14:58:52 +08:00
..
prometheus_exporter FEATURE: Add new metrics busy_threads from Puma (#333) 2025-05-09 14:58:52 +08:00
prometheus_exporter.rb Version bump (#299) 2024-01-08 09:49:46 +11:00