Justin George

Results 15 comments of Justin George

FWIW I am working on a draft PR to fix this on the APM Agent Ruby end also 👍

Also, I seem to remember us discussing whether this needs to use the full PR process - if that's the case should I reopen a new PR for this branch...

Are you in development on this? I'd like to contribute but I want to make sure I'm not stepping on your toes.

Hi @alexyakubenko thank you for the contribution! Can you rebase on the latest main? I believe the CI is passing now so that may be helpful. I'll trigger CI once...

Just to update with an approximate timeline, I think we can fit this into the next quarter or so. Will update in July if that doesn't turn out to be...

Honestly I'm in the same boat getting familiar with this project. I've implemented middleware for this kind of timing before but I'm not familiar enough with Elastic's internal reporting format...

Not that I strictly recommend this, but there's always `instance_variable_set` or `instance_eval` to dig into the span duration. You'll need to do that directly after the end_span call, and it...

Development note: - [ ] Make sure to add tests for breakdown metrics to ensure that adding queue time "before" the actual transaction start does not skew or alter the...

Implementation notes: - base url of server '/' will return json flat map in 7+ - older versions will 404 or return a json object with a subsidiary value that...

This may be useful in the context of #1240 but there may also be other ways to solve that issue