Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 589 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 589 Bytes

statsd-datadog-backend

A plugin to connect etsy's statsD to Datadog

Installation

$ cd /path/to/statsd-dir
$ npm install statsd-datadog-backend

Configuration

datadogApiKey: "your_api_key" // You can get it from this page: https://app.datadoghq.com/account/settings#api
datadogPrefix: "your_prefix" // Your metrics will be prefixed by this prefix
datadogTags: ["your:tag", "another:tag"]  // Your metrics will include these tags

How to enable

Add statsd-datadog-backend to your list of statsd backends:

backends: ["statsd-datadog-backend"]