Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celery Metrics

Listens to Celery events and exports them via the Prometheus client.

Installation

Clone this repo, and then run setup.py.

% git clone https://github.com/kalibrr/celery-prometheus.git
% cd celery-prometheus
% python setup.py install

Running

Run it like so:

% celery_metrics --config=<my_module> --host=<hostname to listen on> --port=<port to listen on> [--monitor-memory]

where my_module is the configuration module you've used to configure Celery.

About

Celery prometheus exporter that exports queue time, runtime, and queue length.

Topics

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages