forked from mozilla-mobile/android-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
6936: Upgrade Glean to v29.1.0 r=Dexterp37 a=badboy Co-authored-by: Jan-Erik Rediger <[email protected]>
- Loading branch information
Showing
13 changed files
with
167 additions
and
134 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# 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/1-0-0 | ||
|
||
|
@@ -124,7 +125,8 @@ migration.history: | |
migrated: | ||
type: labeled_counter | ||
description: > | ||
Counters describing how history migration went; should add-up to 'migration.history.detected'. | ||
Counters describing how history migration went; | ||
should add-up to 'migration.history.detected'. | ||
labels: | ||
- succeeded | ||
- failed | ||
|
@@ -229,18 +231,19 @@ migration.bookmarks: | |
migrated: | ||
type: labeled_counter | ||
description: > | ||
Counters describing how bookmark migration went; should add-up to 'migration.bookmarks.detected'. | ||
Counters describing how bookmark migration went; | ||
should add-up to 'migration.bookmarks.detected'. | ||
labels: | ||
- succeeded | ||
- failed | ||
send_in_pings: | ||
- migration | ||
- migration | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/5888 | ||
- https://github.com/mozilla-mobile/fenix/issues/5888 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458 | ||
- https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458 | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: 2020-10-01 | ||
lifetime: ping | ||
detected: | ||
|
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# 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/pings/1-0-0 | ||
|
||
|
@@ -9,8 +10,8 @@ migration: | |
A ping sent after a Fennec->Fenix migration was completed. | ||
include_client_id: true | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/5888 | ||
- https://github.com/mozilla-mobile/fenix/issues/5888 | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458 | ||
- https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458 |
Oops, something went wrong.