What is the best way to add manual instrumentation for Shoryuken jobs? #1612
Unanswered
murshed-panorama
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For one of our Rails applications, we use Shoryuken to process messages from an SQS queue.
Using a Shoryuken Middleware, we created a Middleware just for OpenTelemetry in our application so that it can capture information about the job that is being processed. Is this the recommended way to do that?
We're not aware of any production-ready OpenTelemetry Instrumentation gems specifically for Shoryuken, so that is why we're going this route with a middleware.
We're using Rails 6.1.7 and Shoryuken 6.2.1
Beta Was this translation helpful? Give feedback.
All reactions