danihodovic / celery-exporter

A Prometheus exporter for Celery metrics
MIT License
385 stars 85 forks source link

Support amqps transport for queue length tracking #244

Closed pb-dod closed 1 year ago

pb-dod commented 1 year ago

Currently queue length tracking is disabled for connection strings that use the amqps (amqp with ssl) transport.

This PR adds "amqps" to the list of acceptable transports for queue length tracking (since it's allowed for amqp).