OvalMoney / celery-exporter

Prometheus metrics exporter for Celery
MIT License
142 stars 37 forks source link

No response after running it with Docker #32

Closed pulkitsapra closed 4 years ago

pulkitsapra commented 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.

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 ?

SharpEdgeMarshall commented 4 years ago

https://prometheus.io/docs/prometheus/latest/getting_started/#starting-up-some-sample-targets

arielvinas commented 4 years ago

This is because you didn't set the broker url as explained in the documentation...