beanstalkd_exporter
beanstalkd_exporter copied to clipboard
A beanstalkd stats exporter for Prometheus
Hi, I am using message_bird image to expose the metrics and while passing it through the security_scan under x-ray Below are the CVEs 1. CVE-2022-21698 2. CVE-2022-29526 Can someone look...
reg pattern with `_` seems not to be working, like `xxx\.(\w+)\._cron\.(\w+)`
If this pr is merged, we can use `docker pull ghcr.io/ messagebird /beanstalkd_exporter:master` to use this exporter
Seems like the flags `-sleep-between-tube-stats` and `-num-tube-stat-workers` are not used anymore and haven't been removed. We just create one go routine per tube and to not sleep for any time....
How to deploy this project, I tried directly docker-comopose up, but it can not start, so can you tell me, thank you very munch!
- Vendor checkin - Added scripts to make it easy to build and deploy using https://github.com/thockin/go-build-template
The use case required to avoid an export of stats for each tube. It is needed when there is only interest in common stats and number of tubes can significantly...
Say tube `emails` has 27 jobs ready. `beanstalkd_exporter` will export `tube_current_jobs_ready{tube="emails",...} 27` We restart the beanstalkd server and never create that tube again. On the next call to `list-tubes` `emails`...
We have about 30 tubes. It only makes sense for us to set `sleep-between-tube-stats` to 0. Could you document why this is needed and why it is set to 5000ms...