0.3.1 • Published 7 years ago

statsd-anodot-backend v0.3.1

Weekly downloads
49
License
-
Repository
bitbucket
Last release
7 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

7 years ago

0.3.0

7 years ago

0.2.9

9 years ago

0.2.8

9 years ago

0.2.7

9 years ago

0.2.6

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago