You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have question regarding metrics types. Why does bull_exporter expose bull_queue_completed and bull_queue_failed metrics as type gauge? Completed and failed jobs can be represented as single monotonically increasing counter, which is what is Prometheus counter type designed for.
Completed and failed counters can be incremented in queue's global:completed and global:failed event handlers.
Jan
The text was updated successfully, but these errors were encountered:
Hi there!
I have question regarding metrics types. Why does bull_exporter expose
bull_queue_completed
andbull_queue_failed
metrics as type gauge? Completed and failed jobs can be represented as single monotonically increasing counter, which is what is Prometheus counter type designed for.Completed and failed counters can be incremented in queue's
global:completed
andglobal:failed
event handlers.Jan
The text was updated successfully, but these errors were encountered: