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

feat(mobile-ui): Collect frame delay metric #3472

Merged
merged 9 commits into from
Apr 25, 2024

Conversation

narsaynorath
Copy link
Member

@narsaynorath narsaynorath commented Apr 23, 2024

Adds a new metric for collecting the frames.delay property from a span's data 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.

@narsaynorath narsaynorath requested a review from a team as a code owner April 23, 2024 02:51
@narsaynorath narsaynorath force-pushed the nar/feat/mobile-ui-collect-frame-delay-metric branch from ecb51fd to 2de286c Compare April 23, 2024 03:50
@narsaynorath narsaynorath force-pushed the nar/feat/mobile-ui-collect-frame-delay-metric branch from 2de286c to 554670d Compare April 23, 2024 03:52
Copy link
Contributor

@iker-barriocanal iker-barriocanal left a 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?

@narsaynorath
Copy link
Member Author

Drafting until #3473 is settled, this PR will require changes similarly to that one.

@narsaynorath narsaynorath marked this pull request as draft April 23, 2024 18:20
@narsaynorath narsaynorath marked this pull request as ready for review April 24, 2024 19:49
Copy link
Member

@jjbayer jjbayer left a 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!

relay-dynamic-config/src/defaults.rs Outdated Show resolved Hide resolved
@narsaynorath narsaynorath merged commit ae1dcc5 into master Apr 25, 2024
20 checks passed
@narsaynorath narsaynorath deleted the nar/feat/mobile-ui-collect-frame-delay-metric branch April 25, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants