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

[RFC] measurement for device commands #2144

Merged
merged 10 commits into from
Nov 27, 2024
Merged

[RFC] measurement for device commands #2144

merged 10 commits into from
Nov 27, 2024

Conversation

herval
Copy link
Collaborator

@herval herval commented Nov 18, 2024

The idea here is to introduce micrometer management across the board, starting w/ individual commands on ios and android. This will allow us to identify potential bottlenecks, errors at the command level, etc

The default implementation is a noop - it won't collect or send metrics anywhere. Users of maestro (eg robin itself) can hook them up so we get metrics for tests that run in the platform.

The idea is to also auto-instrument http requests (using okhttp), such that we can tell cases where retries are happening more than they should, etc

@amanjeetsingh150 amanjeetsingh150 merged commit 5cbe049 into main Nov 27, 2024
8 checks passed
@amanjeetsingh150 amanjeetsingh150 deleted the add-metrics branch November 27, 2024 10:00
rasyid7 pushed a commit to rasyid7/maestro that referenced this pull request Dec 9, 2024
rasyid7 pushed a commit to rasyid7/maestro that referenced this pull request Dec 9, 2024
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.

2 participants