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 #33

Closed niborg closed 8 months ago

niborg commented 8 months ago

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

niborg commented 8 months ago

Woops meant to make this on my fork!

Envek commented 8 months ago

But why not here? :smile:

niborg commented 8 months ago

Soon!