druid/extensions-contrib
zachjsh 2f2fe20089
Improve global-cached-lookups metric reporting (#13219)
It was found that the namespace/cache/heapSizeInBytes metric that tracks the total heap size in bytes of all lookup caches loaded on a service instance was being under reported. We were not accounting for the memory overhead of the String object, which I've found in testing to be ~40 bytes. While this overhead may be java version dependent, it should not vary much, and accounting for this provides a better estimate. Also fixed some logging, and reading bytes from the JDBI result set a little more efficient by saving hash table lookups. Also added some of the lookup metrics to the default statsD emitter metric whitelist.
2022-10-13 18:51:54 -04:00
..
aliyun-oss-extensions Lazy initialization of segment killers, movers and archivers (#13170) 2022-10-04 15:55:46 +05:30
ambari-metrics-emitter Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
cassandra-storage Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
cloudfiles-extensions Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
compressed-bigdecimal CompressedBigDecimal Min/Max (#13141) 2022-10-11 16:35:21 -07:00
distinctcount Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
dropwizard-emitter Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
gce-extensions Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
graphite-emitter Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
influx-extensions Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
influxdb-emitter Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
kafka-emitter Fix compiler error: The project was not built since its build path is incomplete. Cannot find the class file for org.slf4j.Logger. Fix the build path then try building this project (#13029) 2022-09-06 20:49:41 +05:30
materialized-view-maintenance Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
materialized-view-selection Avoid ClassCastException when getting values from `QueryContext` (#13022) 2022-09-13 18:00:09 +08:00
momentsketch Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
moving-average-query Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
opentelemetry-emitter Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
opentsdb-emitter Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
prometheus-emitter prometheus-emitter supports sending metrics to pushgateway regularly … (#13034) 2022-09-09 20:46:14 +08:00
redis-cache Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
sqlserver-metadata-storage Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
statsd-emitter Improve global-cached-lookups metric reporting (#13219) 2022-10-13 18:51:54 -04:00
tdigestsketch Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
thrift-extensions Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
time-min-max Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
virtual-columns Bump up the version to 25.0.0 (#12975) 2022-08-29 11:27:38 +05:30
README.md fix broken links (#9537) 2020-03-22 17:41:18 -07: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/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!