Skip to main content

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

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

celery-local-exporter-1.0.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

celery_local_exporter-1.0-py3-none-any.whl (8.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page