yabeda-rb / yabeda-sidekiq

Yabeda plugin for complete monitoring of Sidekiq
MIT License
124 stars 15 forks source link

Allow capture of error class when job fails #34

Closed niborg closed 7 months ago

niborg commented 7 months ago

This gem captures failed jobs with the jobs_failed_total metric, but does not provide a way to add an error label for the error's class, which can be useful. This commit allows developers to optionally include a label with the error class on the jobs_failed_total metric.

Envek commented 7 months ago

Thanks!

Envek commented 7 months ago

Released in 0.12.0, enjoy!