prometheus_exporter/test
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
..
instrumentation DEV: Introduce syntax_tree for formatting (#329) 2024-12-05 08:42:33 +08:00
metric DEV: Introduce syntax_tree for formatting (#329) 2024-12-05 08:42:33 +08:00
server FEATURE: Add new metrics busy_threads from Puma (#333) 2025-05-09 14:58:52 +08:00
client_test.rb FIX: Ensure socket is closed when error is raised while opening socket 2024-12-05 10:57:10 +08:00
custom_type_collector.rb Version bump (#299) 2024-01-08 09:49:46 +11:00
middleware_test.rb DEV: Introduce syntax_tree for formatting (#329) 2024-12-05 08:42:33 +08:00
prometheus_exporter_test.rb Minor test refactoring 2021-11-23 11:14:20 +11:00
sidekiq_middleware_test.rb DEV: Introduce syntax_tree for formatting (#329) 2024-12-05 08:42:33 +08:00
test_helper.rb FEATURE: Add new metrics busy_threads from Puma (#333) 2025-05-09 14:58:52 +08:00