A containerized version of https://github.com/mreiferson/ddstatsd
276
A containerized version of mreiferson/ddstatsd:
ddstatsdis a UDP proxy that takes a JSON configuration file with regex- based rules to rewrite incoming metric names and add tags, outputing to the localdd-agentin its custom statsd format.
In short, ddstatsd translates "plain" statsd metrics into tagged metrics for
use with DataDog, according to a set of rules. See rules.cfg in
mreiferson/ddstatsd for an example.
A valid rule configuration file must be placed into the container at
/ddstatsd/rules.cfg. A valid -destination-address pointing to the DataDog
statsd agent must be given as part of the docker run command:
docker run -d -v $PWD/rules.cfg:/ddstatsd/rules.cfg mccutchen/ddstatsd:latest -destination-address=$HOST:8125
Content type
Image
Digest
Size
8.8 MB
Last updated
about 8 years ago
docker pull mccutchen/ddstatsd