-
Notifications
You must be signed in to change notification settings - Fork 57
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
Rails: How do trace Sidekiq ? #54
Comments
Would you mind share your sample, so we can help analyze the problem. |
I install gems and initializer. Rails.application.config.xray = {
# you can override name from env AWS_XRAY_TRACING_NAME
name: 'test',
patch: %I[net_http aws_sdk],
active_record: true,
context_missing: 'LOG_ERROR',
} What else should I share? |
Hi @ekanai |
@ekanai I actually ended up doing a custom segment myself for sidekiq. |
@fnicola would you mind sharing how you created the custom segment for sidekiq? We're running into this issue as well and it's getting to a point where this message is taking up the majority of our disk space. |
I set it according to the README, but I can't trace it in Sidekiq. What should i do?
Error Log:
E, [2020-10-22T13:02:15.451793 #1] ERROR -- : can not find the current context.
Gem
The text was updated successfully, but these errors were encountered: