Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 892 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 892 Bytes

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'
}