Releases: mdawar/rq-exporter
Releases · mdawar/rq-exporter
v3.1.0
05 Dec 13:22
Compare
Sorry, something went wrong.
No results found
fix: avoid clean up when querying queue job count (#42 )
v3.0.1
04 Nov 12:26
Compare
Sorry, something went wrong.
No results found
v3.0.0
21 Nov 15:03
Compare
Sorry, something went wrong.
No results found
Add support for rq v2.0.0
Update the Docker image Python version to 3.13
Update dependencies
v2.1.2
17 Jan 14:42
Compare
Sorry, something went wrong.
No results found
Pass the password when connecting to the Sentinel master.
v2.1.1
12 Jan 13:22
Compare
Sorry, something went wrong.
No results found
Pass the password when creating the Sentinel connection.
v2.1.0
06 Jul 17:30
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Build a new Docker image.
v1.9.2
09 Dec 18:12
Compare
Sorry, something went wrong.
No results found
Use explicit UID (999) for the container user. Thanks to @aleksandr-vin
v1.9.1
19 Nov 10:26
Compare
Sorry, something went wrong.
No results found
Fixed a bug introduced in v1.9.0.
The default Redis sentinel host in now None instead of localhost.