-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add metrics for user creation/deletion. (#506)
* feat: Add metrics for user creation/deletion. There were a few questions raised about possible UAID churn occuring with autoconnect. Adding some metrics Add new metrics for: * `ua.expiration` - a UAID has been reset for * `reason`:(`reset_uaid`|`too_many_messages`|`no_current_mo`|`invalid_current_mo`) * added `autoconnect`:`true` for consistency * `ua.existing_user` - A user was found in the database * `ua.new_user` - no record was found, assinging a new UAID. * `reassined`: Was a UAID offered by the UA? * f rename `reset_uaid` to `old_record_version` This is more indicitive of what the flag is for and what it does. Closes: SYNC-3994 --------- Co-authored-by: Philip Jenvey <[email protected]>
- Loading branch information
Showing
7 changed files
with
47 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters