-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sidekiq instrumentation: evaluate covering workflows other than perform_async #2195
Comments
Re: #2379, add |
Using Using As for |
Pushing the ActiveJob related testing of |
|
Our APM Sidekiq instrumentation has coverage for Sidekiq clients and Sidekiq servers.
For the Sidekiq client instrumentation piece, we really only set a DT header in the job metadata, so the Sidekiq server instrumentation piece needs to be engaged before we can glean proper job metrics.
Because of this setup, any job performed synchronously runs the risk of not being instrumented properly given that the server instrumentation is not engaged.
For example:
We should evaluate the level of effort required to cover the use cases that are currently unsupported.
The text was updated successfully, but these errors were encountered: