monitor your rack apps in production
Перейти к файлу
risk danger olson f03b18ef5c Merge pull request #16 from github/unmaintained
Update README to reflect unmaintained status
2015-02-17 20:40:00 -07:00
lib Release 0.2.1 2013-04-15 17:55:17 -06:00
.gitignore flawless victory 2011-12-02 16:46:57 -07:00
LICENSE flawless victory 2011-12-02 16:46:57 -07:00
README.md Update README to reflect unmaintained status 2015-02-18 16:00:39 +13:00
Rakefile flawless victory 2011-12-02 16:46:57 -07:00
changelog.md forgot to add this 2013-01-24 23:12:08 -07:00
rack-statsd.gemspec Release 0.2.1 2013-04-15 17:55:17 -06:00

README.md

NOTE: This repository is no longer supported or updated by GitHub. If you wish to continue to develop this code yourself, we recommend you fork it.

RackStatsD

Some tiny middleware for monitoring Rack apps in production.

  • RackStatsD::RequestStatus - Adds a status URL for health checks.
  • RackStatsD::RequestHostname - Shows which what code is running on which node for a given request.
  • RackStatsD::ProcessUtilization - Tracks how long Unicorns spend processing requests. Optionally sends metrics to a StatsD server.

Note: The request tracking code isn't thread safe. It should work fine for apps on Unicorn.

This code has been extracted from GitHub.com and is used on http://git.io currently.