discourse / prometheus_exporter

A framework for collecting and aggregating prometheus metrics
MIT License
525 stars 153 forks source link

Remove job labels from DelayedJob queue gauges #181

Closed jferris closed 2 years ago

jferris commented 2 years ago

The gauges count all jobs for a queue, not just jobs of that particular class.

Resolves #180.

SamSaffron commented 2 years ago

Looks good, thanks!