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

metrics for IA project #5399

Merged
merged 3 commits into from
Apr 5, 2022
Merged

metrics for IA project #5399

merged 3 commits into from
Apr 5, 2022

Conversation

fedrunov
Copy link
Contributor

@fedrunov fedrunov commented Mar 2, 2022

closes #5013

@fedrunov fedrunov requested a review from bmarty March 2, 2022 11:54
@github-actions
Copy link

github-actions bot commented Mar 2, 2022

Unit Test Results

110 files  ±0  110 suites  ±0   1m 7s ⏱️ -28s
195 tests ±0  195 ✔️ ±0  0 💤 ±0  0 ±0 
650 runs  ±0  650 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 2d25e50. ± Comparison against base commit 3aac59a.

♻️ This comment has been updated with latest results.

@@ -117,6 +121,7 @@ class CreateDirectRoomViewModel @AssistedInject constructor(@Assisted
val result = runCatchingToAsync {
session.createRoom(roomParams)
}
analyticsTracker.capture(CreatedRoom(isDM = roomParams.isDirect.orFalse()))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to double check, do we want to only track successful room creation or all attempts?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK attempts

Copy link
Contributor

@ouchadam ouchadam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small question about the create room tracking, otherwise looking good! 💯

Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 small remarks, else LGTM.

NIkita Fedrunov added 2 commits April 3, 2022 20:17
# Conflicts:
#	vector/src/main/java/im/vector/app/features/createdirect/CreateDirectRoomViewModel.kt
@fedrunov fedrunov merged commit e2481fa into develop Apr 5, 2022
@fedrunov fedrunov deleted the feature/nfe/ia_metrics branch April 5, 2022 07:28
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.

Instrument metrics for Android for the IA project
3 participants