1.1.0.alpha
Added
Socket telemetry, and to be more precise new metric: sockets.backlog
. If enabled it will
pull information from Puma sockets about the state of their backlogs (requests waiting to
be acknowledged by Puma). It will be exposed under sockets-backlog
metric.
You can enable and test it via config.sockets_telemetry!
option.