Closed pulkitsapra closed 4 years ago
Hi!
I am using this exporter to get the queue length from celery and autoscale in K8 using Prometheus based pipeline.
After running this command. docker run -it --rm ovalmoney/celery-exporter There is no output. Kindly see below image.
docker run -it --rm ovalmoney/celery-exporter
I have no clue what is happening. Can anyone help me regarding this or tell me how to use this exporter with docker-compose ?
https://prometheus.io/docs/prometheus/latest/getting_started/#starting-up-some-sample-targets
This is because you didn't set the broker url as explained in the documentation...
Hi!
I am using this exporter to get the queue length from celery and autoscale in K8 using Prometheus based pipeline.
After running this command.
docker run -it --rm ovalmoney/celery-exporter
There is no output. Kindly see below image.I have no clue what is happening. Can anyone help me regarding this or tell me how to use this exporter with docker-compose ?