0.3.1 • Published 8 years ago

statsd-anodot-backend v0.3.1

Weekly downloads
49
License
-
Repository
bitbucket
Last release
8 years ago

statsd-anodot-backend

A plugin to connect etsy's statsD to Anodot

Installation

$ cd /path/to/statsd-dir
$ npm install statsd-anodot-backend --save

Configuration

anodotApiToken: "your_api_token"
anodotApiHost: "anodot_api_host"
anodotMetricFormat: "2.0" | "1.0" (default "1.0")
anodotAddHostProperty: true | false (default false)
anodotSendCounterAsRate: true | false (default true)
anodotMetricsAllow: "key1|key2" optional - allow metrics containing keys key1 or key2. value can be a js regex
anodotMetricsDeny: "key3|key4" optional - deny metrics containing keys key1 or key2. value can be a js regex
Note: if both Allow and Deny rules exist, allow will run first and deny will run on the outcome of allow

How to enable

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

backends: ["statsd-anodot-backend"]
0.3.1

8 years ago

0.3.0

8 years ago

0.2.9

10 years ago

0.2.8

10 years ago

0.2.7

10 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

11 years ago

0.2.0

11 years ago