druid/extensions-contrib/statsd-emitter
David Glasser c08f391605 statsd-emitter: support constant DogStatsD tags (#6791)
PR #6605 added support to the statsd emitter for DogStatsD tags. This commit
lets you specify "constant tags" in the config file which are included with
every event. This is helpful if you are running in an environment where you
cannot configure your datadog-agent with tags like "cluster name" --- eg, a
Kubernetes cluster with a datadog-agent on each node and different Druid
deployments in different namespaces but sharing the same datadog-agent
daemonset.

Also fix the name of an existing boolean getter to start with 'is'.
2019-01-04 15:35:37 +08:00
..
src statsd-emitter: support constant DogStatsD tags (#6791) 2019-01-04 15:35:37 +08:00
pom.xml Support DogStatsD style tags in statsd-emitter (#6605) 2018-11-19 09:47:57 -08:00