Discussion:
[ANN] raindrops 0.19.0 - real-time stats for preforking Rack servers
Eric Wong
2017-08-09 23:56:24 UTC
Permalink
raindrops is a real-time stats toolkit to show statistics for Rack HTTP
servers. It is designed for preforking servers such as unicorn, but
should support any Rack HTTP server on platforms supporting POSIX shared
memory. It may also be used as a generic scoreboard for sharing atomic
counters across multiple processes.

* https://bogomips.org/raindrops/
* No subscription necessary, no HTML mail:
raindrops-***@bogomips.org
* mail archives: https://bogomips.org/raindrops-public/
http://ou63pmih66umazou.onion/raindrops-public/
nntp://news.public-inbox.org/inbox.comp.lang.ruby.raindrops
nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.raindrops
* git clone git://bogomips.org/raindrops.git
* https://bogomips.org/raindrops/NEWS.atom.xml
* Demo site: https://raindrops-demo.bogomips.org:8443/

Changes:

raindrops 0.19.0 - Rack 2.x middleware compatibility

This release fixes Rack 2.x compatibility for the few users of
Raindrops::Middleware
<https://bogomips.org/raindrops/Raindrops/Middleware.html>.
Thanks to Dmytro Shteflyuk for this release.

No need to upgrade unless you use Raindrops::Middleware with
Rack 2.x.

There's also a few minor, inconsequential cleanups.

Dmytro Shteflyuk (1):
Properly override respond_to? in Raindrops::Middleware::Proxy

Eric Wong (2):
Ruby thread compatibility updates
tcp_info: remove unnecessary extconf.h include
--
-_-

Unsubscribe: <mailto:ruby-talk-***@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>
Sam Saffron
2017-11-21 11:33:33 UTC
Permalink
Post by Eric Wong
This release fixes Rack 2.x compatibility for the few users of
Raindrops::Middleware

We are not using the middleware but.. raindrops is giving us this graph, so
huge thanks!
Post by Eric Wong
raindrops is a real-time stats toolkit to show statistics for Rack HTTP
servers. It is designed for preforking servers such as unicorn, but
should support any Rack HTTP server on platforms supporting POSIX shared
memory. It may also be used as a generic scoreboard for sharing atomic
counters across multiple processes.
* https://bogomips.org/raindrops/
* mail archives: https://bogomips.org/raindrops-public/
http://ou63pmih66umazou.onion/raindrops-public/
nntp://news.public-inbox.org/inbox.comp.lang.ruby.raindrops
nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.raindrops
* git clone git://bogomips.org/raindrops.git
* https://bogomips.org/raindrops/NEWS.atom.xml
* Demo site: https://raindrops-demo.bogomips.org:8443/
raindrops 0.19.0 - Rack 2.x middleware compatibility
This release fixes Rack 2.x compatibility for the few users of
Raindrops::Middleware
<https://bogomips.org/raindrops/Raindrops/Middleware.html>.
Thanks to Dmytro Shteflyuk for this release.
No need to upgrade unless you use Raindrops::Middleware with
Rack 2.x.
There's also a few minor, inconsequential cleanups.
Properly override respond_to? in Raindrops::Middleware::Proxy
Ruby thread compatibility updates
tcp_info: remove unnecessary extconf.h include
--
-_-
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>
Loading...