Skip to content
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

Track queue time for web requests #393

Open
3 tasks
tombruijn opened this issue May 13, 2021 · 0 comments
Open
3 tasks

Track queue time for web requests #393

tombruijn opened this issue May 13, 2021 · 0 comments

Comments

@tombruijn
Copy link
Member

tombruijn commented May 13, 2021

About this feature: https://docs.appsignal.com/ruby/instrumentation/request-queue-time.html

Our Ruby integration has this behavior: https://github.com/appsignal/appsignal-ruby/blob/01202c33c26dd64b9ceace76a8d8df8b2c933117/lib/appsignal/transaction.rb#L284-L289
Where it scans for certain request headers (or background job metadata) to set the queue time on the transaction.

As reported in: https://app.intercom.com/a/apps/yzor8gyw/inbox/inbox/540709/conversations/16410700038734

TODO

  • Does it exist on the span-API? If not, implement it there as well.
  • Add the queue time tracking behavior to the Node.js integration
  • Move the docs page to the /applications or feature section as it applies to multiple integrations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant