Skip to content

1.1.0.alpha

Compare
Choose a tag to compare
@driv3r driv3r released this 05 Jan 18:16
· 31 commits to main since this release
b2e5852

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.