kikinteractive/statsd-datadog-backend

Name: statsd-datadog-backend

Owner: Kik Interactive

Description: A plugin to connect etsy's statsD to Datadog

Forked from: DataDog/statsd-datadog-backend

Created: 2016-06-23 12:19:26.0

Updated: 2017-05-21 17:34:16.0

Pushed: 2016-06-29 11:49:38.0

Homepage: null

Size: 30

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

statsd-datadog-backend

A plugin to connect etsy's statsD to Datadog

Installation
$ cd /path/to/statsd-dir
$ npm install statsd-datadog-backend
Configuration
dogApiKey: "your_api_key" // You can get it from this page: https://app.datadoghq.com/account/settings#api
dogPrefix: "your_prefix" // Your metrics will be prefixed by this prefix
dogTags: ["your:tag", "another:tag"]  // Your metrics will include these tags
How to enable

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

ends: ["statsd-datadog-backend"]

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.