discourse / prometheus_exporter

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

Parse delayed name in death_handler #231

Closed bbxiao1 closed 2 years ago

bbxiao1 commented 2 years ago

This allows users who are still using the delayed extension to better monitor the dead queue by exporting DelayedAction#foo and DelayedModel#action instead of just Sidekiq::Extensions::DelayedClass.

SamSaffron commented 2 years ago

Thanks seems safe.