-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add FXIOS-4785 [v106] Adds metrics to track number of history visits (#…
- Loading branch information
Tarik Eshaq
authored
Aug 29, 2022
1 parent
e89c849
commit c3396d5
Showing
5 changed files
with
92 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# This Source Code Form is subject to the terms of the Mozilla Public | ||
# License, v. 2.0. If a copy of the MPL was not distributed with this | ||
# file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
--- | ||
|
||
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0 | ||
|
||
# Metrics specific to the history storage | ||
history: | ||
num_visits: | ||
type: quantity | ||
unit: visit | ||
description: > | ||
The number of visits in a User's history database | ||
bugs: | ||
- https://mozilla-hub.atlassian.net/browse/SYNC-3260 | ||
data_reviews: | ||
- TODO | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: never |