We implement a very basic translation layer for when you're using Datadog as a remote sink for your metrics but, e.g. locally you're using Graphite.
-
Datadog: Datagram Format and Shell Usage:
-
Stats: StatsD Metric Types:
Find a Docker container, created from our Dockerfile, at Docker Hub: pauloferrazoliveira/dogstatsd-2-statsd.
To use for the first time:
npm install --omit=devMake sure your 8125 is not bound and then:
node index.jsNow start sending your metrics and watch the logs.
- local port 8125 is not bound (this is our input)
- local port 8135 is bound to
statsdinput
First, make sure you have yarn installed locally.
Then run
npm installto install dev dependencies.
Also, check CONTRIBUTING.
To lint
npm run eslintTo format
npm run prettierThis project adheres to Semantic Versioning.
We get inspiration for our README's format/content from Make a README.
See the Releases page.
Check LICENSE.