A Prometheus exporter that lives inside your Celery process.
Project description
# Celery-Local-Exporter
A Prometheus metrics exporter for Celery which lives directly in the celery processes. Unlike other Celery exporters, this does not require use of the events system or a result backend.
## Quick Start
To install:
` pip install celery-local-exporter `
To set up the exporter, in your celeryconfig.py or other settings file:
` from celery_exporter import CeleryExporter CeleryExporter.install() `
The prefork concurrency pool is not supported at this time, I recommend using -P threads.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file celery-local-exporter-1.0.tar.gz.
File metadata
- Download URL: celery-local-exporter-1.0.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5fcdb55665cd3891438c60bb7cb8a6f582813615224149fc003435f3b5ff18b
|
|
| MD5 |
7dfa0abb1f91dd3427940f15858e5408
|
|
| BLAKE2b-256 |
569933b984b0ffa2f3adab0b285fca7ae537f5968183991599b145b12ec09ae4
|
File details
Details for the file celery_local_exporter-1.0-py3-none-any.whl.
File metadata
- Download URL: celery_local_exporter-1.0-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97c645265ac73925a110f0d30c55bcdcd92eca125d7729e455d822526d65eaf6
|
|
| MD5 |
6230a5a41025c2ca346243ba129064e3
|
|
| BLAKE2b-256 |
8ec1385f079323756d1dd3ef170f69adcf3f4afabee88ca6098fca53a3591ff1
|