Skip to content

Releases: mdawar/rq-exporter

v2.1.2

17 Jan 14:42
12ac0e7
Compare
Choose a tag to compare

Pass the password when connecting to the Sentinel master.

v2.1.1

12 Jan 13:22
1ec3b09
Compare
Choose a tag to compare

Pass the password when creating the Sentinel connection.

v2.1.0

06 Jul 17:30
Compare
Choose a tag to compare
  • Added support for Sentinel hosts with different ports (sentinel1:26379,sentinel2:26380)
  • Changed Python Docker image to 3.8-slim-bookworm

v2.0.0

15 Jul 09:28
Compare
Choose a tag to compare

New metrics for successful and failed job counts and worker total working time in seconds, used to calculate the avg. job latency, added by @mkotsalainen.

Metric Name Type Labels Description
rq_workers_success_total Counter name, queues Successful job count by worker
rq_workers_failed_total Counter name, queues Failed job count by worker
rq_workers_working_time_total Counter name, queues Total working time in seconds by worker

v1.9.3

26 Mar 12:46
Compare
Choose a tag to compare

Build a new Docker image.

v1.9.2

09 Dec 18:12
Compare
Choose a tag to compare

Use explicit UID (999) for the container user. Thanks to @aleksandr-vin

v1.9.1

19 Nov 10:26
Compare
Choose a tag to compare

Fixed a bug introduced in v1.9.0.
The default Redis sentinel host in now None instead of localhost.

v1.9.0

21 Oct 19:00
Compare
Choose a tag to compare
  • Added support for Redis Sentinel (Thanks to @bzd111)

v1.8.0

23 Apr 12:13
Compare
Choose a tag to compare
  • Include the requirements.txt file in the source distribution
  • Do not use strict package versions in the requirements.txt file

v1.7.0

05 Apr 08:59
Compare
Choose a tag to compare

Updated rq version to v1.8.0