-
Notifications
You must be signed in to change notification settings - Fork 93
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
feat(mobile-ui): Collect frame delay metric #3472
feat(mobile-ui): Collect frame delay metric #3472
Conversation
...n/snapshots/relay_server__metrics_extraction__event__tests__extract_span_metrics_mobile.snap
Outdated
Show resolved
Hide resolved
ecb51fd
to
2de286c
Compare
2de286c
to
554670d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar to #3473 -- is this doable through measurements?
Drafting until #3473 is settled, this PR will require changes similarly to that one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be a gauge as well? Rest looks good to me!
Adds a new metric for collecting the
frames.delay
property from a span'sdata
object in the Starfish Mobile UI module.I've added the tags that I think are necessary to query and filter for this metric, and they are common filters for other metrics in this config. Also noted is that the data is in the
data
object, similar to #3473 and thus I modified measurement extraction to copy this value over to span measurements.