https://github.com/github/rack-statsd
monitor your rack apps in production
https://github.com/github/rack-statsd
Last synced: 5 months ago
JSON representation
monitor your rack apps in production
- Host: GitHub
- URL: https://github.com/github/rack-statsd
- Owner: github
- License: mit
- Archived: true
- Created: 2011-12-02T23:47:18.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T03:40:05.000Z (about 11 years ago)
- Last Synced: 2024-12-01T11:50:38.749Z (over 1 year ago)
- Language: Ruby
- Size: 323 KB
- Stars: 123
- Watchers: 13
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
**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.