All Projects → github → Rack Statsd

github / Rack Statsd

Licence: mit
monitor your rack apps in production

Programming Languages

ruby
36898 projects - #4 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].