0.0.2 • Published 12 years ago

statsd-hostedgraphite-backend v0.0.2

Weekly downloads
10
License
-
Repository
github
Last release
12 years ago

Hosted Graphite statsd plugin

This is a plugin for etsy's statsd that sends your metric data to the Hosted Graphite service.

Installation

Place hostedgraphite.js into the backends/ directory of your statsd install.

Configuration

Enabling the plugin

Add './backends/hostedgraphite' to the backends list.

	backends: ['./backends/hostedgraphite']

Setting the Hosted Graphite key

Set hostedGraphiteAPIKey to your key. This looks like a UUID and is available from your account details page on hostedgraphite.com

	hostedGraphiteAPIKey: 'deadbeef-dead-beef-dead-beefdeadbeef'

Example configuration

{
      port: 8125
   ,  backends: ['./backends/hostedgraphite']
   ,  hostedGraphiteAPIKey: 'deadbeef-dead-beef-dead-beefdeadbeef'
}