-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to load community extensions? #294
Comments
prometheus emitter now ships as a part of 0.23.0 version of druid by default. Optionally you can create a custom docker image with the extensions loaded into the image if you are using an older version of druid:
|
Thanks, @acherla. Upgrading Druid to 0.23.0 worked fine, I can see the metrics now. |
Custom dockerfile is workaround and fine, ideally the operator should support init container for pulling in dependency with custom scripts. |
Dockerfile above is the complete one. By default im using the apache druid base image which already has an entrypoint configured. |
Hello, am building druid custom docker image using 0.23.0 released binary. Now that 0.23.0 ships this I removed deps related to prometheus-emitter. While installing it is throwing error complaining about prometheus-emitter not present in extension load list. What am I doing wrong? is my understanding correct @acherla |
We are planning to expose the Prometheus metrics via
prometheus-emitter
but for this to work,promtheus-emitter
extension has to be loaded which is a community extension.Can anyone please tell me how can we load community extension through druid-operator?
The text was updated successfully, but these errors were encountered: