druid/extensions-contrib
Xavier Léauté 1d42551d95 Fix statsd types (#8628)
* fix segment underReplicated/unavailable counts to be gauges instead of counters

* fix jvm/gc/cpu to be a counter instead of timre

jvm/gc/cpu represents the total cpu time spent for multiple gc
invocations, not the time spent in each gc cycle.

the number needs to be divided by jvm/gc/count to get the average gc
time per cycle

* update docs

* fix spellcheck
2019-10-06 14:14:09 -07:00
..
ambari-metrics-emitter Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
azure-extensions Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
cassandra-storage Remove commons-httpclient (#8407) 2019-09-27 02:14:58 -07:00
cloudfiles-extensions Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
distinctcount Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
dropwizard-emitter Implementing dropwizard emitter for druid (#7363) 2019-10-01 14:59:30 -07:00
graphite-emitter Implementing dropwizard emitter for druid (#7363) 2019-10-01 14:59:30 -07:00
influx-extensions Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
influxdb-emitter Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
kafka-emitter Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
materialized-view-maintenance Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
materialized-view-selection Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
momentsketch Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
moving-average-query Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
opentsdb-emitter Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
redis-cache Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
sqlserver-metadata-storage Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
statsd-emitter Fix statsd types (#8628) 2019-10-06 14:14:09 -07:00
tdigestsketch Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
thrift-extensions Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
time-min-max Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
virtual-columns Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07: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!