Skip to content

Releases: OvalMoney/celery-exporter

1.5.1

Choose a tag to compare

@SharpEdgeMarshall SharpEdgeMarshall released this 14 Apr 16:11

Changelog

1.5.0

Choose a tag to compare

@SharpEdgeMarshall SharpEdgeMarshall released this 14 Apr 09:40
269d80b

Notice

Please use 1.5.1

Changelog

Rewrite CeleryState Class

Choose a tag to compare

@SharpEdgeMarshall SharpEdgeMarshall released this 24 Jul 15:15

CeleryState Class has been rewritten in rust to improve the performance and limit memory leaks

Update Prometheus-Client

Choose a tag to compare

@SharpEdgeMarshall SharpEdgeMarshall released this 11 Jun 10:14

This release updates Prometheus-Client library to 0.7.0

Queue improvements

Choose a tag to compare

@SharpEdgeMarshall SharpEdgeMarshall released this 11 Apr 15:08
d5b275e
  • Improve initial queue detection
  • Add Grafana dashboard

Fix Queueue Release

Choose a tag to compare

@SharpEdgeMarshall SharpEdgeMarshall released this 09 Apr 16:33
12903c0

Fix an issue with setup_metrics and default queues

Queueue

Choose a tag to compare

@SharpEdgeMarshall SharpEdgeMarshall released this 09 Apr 13:12
264c3f8
  • Add queues label
  • General improvements
  • Add black
  • Add "undefined" value to name and queue labels in case there is no name or queue

1.2.1: Merge pull request #3 from MRoci/fix-redis-py

Choose a tag to compare

@SharpEdgeMarshall SharpEdgeMarshall released this 27 Mar 11:16
0ca13ba
upgrade redis-py to 3.2.0

1.2.0: Merge pull request #2 from MRoci/master

Choose a tag to compare

@SharpEdgeMarshall SharpEdgeMarshall released this 19 Mar 17:46
eaaee7a
Add CustomState instead of celery.event.State & refac task collection logic

1.1.0

Choose a tag to compare

@SharpEdgeMarshall SharpEdgeMarshall released this 06 Feb 12:30
Change 'celery_tasks' to Counter, Adopt metrics naming best practices