rails/solid_queue

Instrumentation improvements

Closed this issue · 4 comments

The README states instrumentation for this gem is coming soon:

Improvements to logging and instrumentation, a better CLI tool, a way to run within an existing process in "async" mode, and some way of specifying unique jobs are coming very soon.

Is there an issue related to instrumentation improvements I can follow?

rosa commented

@kaylareopelle yes! #103

I plan to work on that one next, I've just been working on other stuff not related to Solid Queue this week 😅

Thank you! No problem, I know how that is! 😄

It's nice to see the LogSubscriber! Many observability vendors like to use ActiveSupport::Notifications to aid recording traces, and metrics. Has incorporating notifications instrumentation been discussed?

rosa commented

@kaylareopelle yes, definitely! ActiveSupport::Notifications are part of this plan. I hope to start work on this this week!

Great, thanks @rosa! I'll close this issue and follow #103 for updates.