Releases: mdawar/rq-exporter
Releases · mdawar/rq-exporter
v3.0.0
v2.1.2
v2.1.1
v2.1.0
v2.0.0
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
v1.9.2
Use explicit UID (999
) for the container user. Thanks to @aleksandr-vin