statsite statsd stackdriver sink
npm install statsite-stackdriverStackdriver sink for the Statsite statsd implementation.
```
$ npm install -g statsite-stackdriver
`
Usage: statsite-stackdriver [options]
Options:
-h, --help output usage information
-V, --version output the version number
-k, --key
-v, --verbose verbose output
`
Just add the command to your Statsite configuration, supplying the API key and you're good to go! Use --verbose to output the metrics being sent to stackdriver.
``
stream_cmd = statsite-stackdriver --key
Along with regular metrics you may also specify the origin instance id by wrapping the first segment in [ ] characters. For example where you might typically do statsd.timer('request', delta), prefix with the id: statsd.timer('[instance-id-here].request', delta)`.
MIT