newrelic / newrelic-ruby-agent

New Relic RPM Ruby Agent
https://docs.newrelic.com/docs/apm/agents/ruby-agent/getting-started/introduction-new-relic-ruby/
Apache License 2.0
1.19k stars 599 forks source link

Instrument Solid Queue #2483

Open fallwith opened 3 months ago

fallwith commented 3 months ago

We should instrument Solid Queue as its own concept in addition to the underlying database and Active Support Instrumentation pieces we already report on.

37 Signals' Solid Queue uses Active Job and a SQL database supported by Active Record while eschewing NoSQL stores.

workato-integration[bot] commented 3 months ago

https://new-relic.atlassian.net/browse/NR-238741

kaylareopelle commented 2 months ago

PR to follow: https://github.com/rails/solid_queue/pull/208

kaylareopelle commented 1 month ago

Instrumentation has been merged into Solid Queue: https://github.com/rails/solid_queue/pull/208