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
Track queue time per Sidekiq worker so we can show a graph on our magic Sidekiq dashboard about it. This so you can differentiate between workers in the whole namespace.
Hi @lucasmazza, not sure what you mean. This issue is about tracking it per worker, not overall queue time. Is the overal queue time for Sidekiq broken for you?
This was once implemented on #112 but looks like #362 remove it 😬
I don't think this worked. I don't know why our custom background job instrumentation docs mention a queue_time option. No component, Ruby gem, extension, agent, or processor read from that option. I'm going to update it to mention :queue_start, which it does listens to. This option has been removed in Ruby gem version 4. Use Appsignal::Transaction#set_queue_time instead.
Track queue time per Sidekiq worker so we can show a graph on our magic Sidekiq dashboard about it. This so you can differentiate between workers in the whole namespace.
appsignal-ruby/lib/appsignal/hooks/sidekiq.rb
Line 99 in 01cf984
Per request: https://app.intercom.io/a/apps/yzor8gyw/inbox/inbox/540709/conversations/21372152283
The text was updated successfully, but these errors were encountered: