Skip to content

A statsd plugin for sending metric data to the HostedGraphite service.

Notifications You must be signed in to change notification settings

hostedgraphite/statsdplugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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

About

A statsd plugin for sending metric data to the HostedGraphite service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages