danihodovic / celery-exporter

A Prometheus exporter for Celery metrics
MIT License
399 stars 87 forks source link

Tagged releases do not contain executable #176

Open acidtv opened 1 year ago

acidtv commented 1 year ago

I tried to install celery-exporter by downloading a tagged release, 0.4.1, but the .tgz (https://github.com/danihodovic/celery-exporter/releases/download/celery-exporter-0.4.1/celery-exporter-0.4.1.tgz) does not contain an executable file, only the readme and some yaml files.

The 'latest' release tag does contain an executable, but I'd like to specify a version in my ansible config so I can plan upgrades to new versions.

adinhodovic commented 1 year ago

They're just helm releases atm, we'll need to tagged releases for the exporter itself. The ones that are there is just the chart.

acidtv commented 1 year ago

Is it on the roadmap to create tagged releases for the exporter?

danihodovic commented 1 year ago

Is it on the roadmap to create tagged releases for the exporter?

Not a priority right now. Maybe in Q2 2023

danihodovic commented 1 year ago

~Not a priority right now. Maybe in Q2 2023~

Not happening. Maybe in 2024. In the meantime you can build the exporter yourself using pyinstaller.

https://github.com/danihodovic/celery-exporter/blob/master/Taskfile.yml#L14-L17