debian-forge-composer/internal/prometheus
Sanne Raymaekers a971f9340b worker/server: update metrics on requeue
When requeuing a job the next worker requesting the job would decrement
pending counter, but the pending counter only ever got incremented once,
when the job was first enqueued. Thus make sure to increment the pending
counter when a job is requeued.
2024-11-07 17:18:48 +01:00
..
constants.go prometheus: move constants to a single file 2022-11-30 11:14:29 +01:00
helpers.go prometheus: middleware to record 5xx errors 2022-11-30 11:14:29 +01:00
http_metrics.go prometheus: split off request timing information into separate mw 2023-06-28 15:08:37 +02:00
job_metrics.go worker/server: update metrics on requeue 2024-11-07 17:18:48 +01:00
middleware.go prometheus: split off request timing information into separate mw 2023-06-28 15:08:37 +02:00
status_metrics.go internal/prometheus: add tenant to http and status metrics 2023-06-28 15:08:37 +02:00