No commit activity in last 3 years
No release in over 3 years
Statsite sink for instrumentalapp.com
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Instrumental Statsite Sink

Instrumental is a application monitoring platform built for developers who want a better understanding of their production software. Powerful tools, like the Instrumental Query Language, combined with an exploration-focused interface allow you to get real answers to complex questions, in real-time.

This data sink allows Statsite to send metrics to Instrumental.

Install

$ gem install statsite-instrumental

Configuration

To use the sink you need to set stream_cmd in your config for statsite. Make sure you're using the correct path to the executable and supply your instrumental project API token as the only argument to the script.

[statsite]
stream_cmd = /usr/local/bin/statsite-instrumental PROJECT_API_TOKEN

Note on Patches/Pull Requests

  • Fork the project.
  • Add tests to show the problem or test your feature
  • Make your feature addition or bug fix.
  • Send me a pull request. Bonus points for topic branches.

Please don't make changes to the Rakefile, version, or history.

Development

$ gem install bundler
$ bundle
$ guard

Copyright

See LICENSE for details.