druid/extensions-contrib
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
..
ambari-metrics-emitter Add checkstyle rules about imports and empty lines between members (#6543) 2018-11-20 12:42:15 +01:00
azure-extensions Prohibit String.replace() and String.replaceAll(), fix and prohibit some toString()-related redundancies (#6607) 2018-11-15 13:21:34 -08:00
cassandra-storage add missing license headers, in particular to MD files; clean up RAT … (#6563) 2018-11-13 09:38:37 -08:00
cloudfiles-extensions Prohibit String.replace() and String.replaceAll(), fix and prohibit some toString()-related redundancies (#6607) 2018-11-15 13:21:34 -08:00
distinctcount add missing license headers, in particular to MD files; clean up RAT … (#6563) 2018-11-13 09:38:37 -08:00
druid-rocketmq Add checkstyle rules about imports and empty lines between members (#6543) 2018-11-20 12:42:15 +01:00
google-extensions Prohibit String.replace() and String.replaceAll(), fix and prohibit some toString()-related redundancies (#6607) 2018-11-15 13:21:34 -08:00
graphite-emitter Add checkstyle rules about imports and empty lines between members (#6543) 2018-11-20 12:42:15 +01:00
influx-extensions add missing contrib extensions to distribution packaging, fix influx package name, fix checkstyle plugin config to support Maven < 3.3.9 (#6717) 2018-12-10 17:56:32 -08:00
kafka-eight-simpleConsumer Add checkstyle rules about imports and empty lines between members (#6543) 2018-11-20 12:42:15 +01:00
kafka-emitter add missing license headers, in particular to MD files; clean up RAT … (#6563) 2018-11-13 09:38:37 -08:00
materialized-view-maintenance Enforce logging when killing a task (#6621) 2018-11-16 10:01:56 +08:00
materialized-view-selection Add checkstyle rules about imports and empty lines between members (#6543) 2018-11-20 12:42:15 +01:00
opentsdb-emitter emit maxLag/avgLag in KafkaSupervisor (#6587) 2018-11-28 02:11:14 -08:00
orc-extensions Add checkstyle rules about imports and empty lines between members (#6543) 2018-11-20 12:42:15 +01:00
rabbitmq Add checkstyle rules about imports and empty lines between members (#6543) 2018-11-20 12:42:15 +01:00
redis-cache add close method in Cache interface (#6540) 2018-12-06 17:28:41 +08:00
sqlserver-metadata-storage Add checkstyle rules about imports and empty lines between members (#6543) 2018-11-20 12:42:15 +01:00
statsd-emitter statsd-emitter: support constant DogStatsD tags (#6791) 2019-01-04 15:35:37 +08:00
thrift-extensions Add checkstyle rules about imports and empty lines between members (#6543) 2018-11-20 12:42:15 +01:00
time-min-max Add checkstyle rules about imports and empty lines between members (#6543) 2018-11-20 12:42:15 +01:00
virtual-columns Add checkstyle rules about imports and empty lines between members (#6543) 2018-11-20 12:42:15 +01:00
README.md add missing license headers, in particular to MD files; clean up RAT … (#6563) 2018-11-13 09:38:37 -08:00

README.md

Community Extensions

Please contribute all community extensions in this directory and include a doc of how your extension can be used under /docs/content/development/extensions-contrib/.

Please note that community extensions are maintained by their original contributors and are not packaged with the core Druid distribution. If you'd like to take on maintenance for a community extension, please post on dev@druid.apache.org to let us know!