This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve label metrics are _other_ and add legacy client id (#3384)
* Fixes FxA.receivedTab and Tab.opened metric are null in the dataset. * Add legacy client id in deletion request ping of Glean.
- Loading branch information
1 parent
3c70b99
commit f9edcd6
Showing
4 changed files
with
51 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,8 @@ searches: | |
counts: | ||
type: labeled_counter | ||
description: > | ||
Counting how many searches are queried in a specific search engine. The search engine `identifier`s are used as keys for this metric. | ||
Counting how many searches are queried in a specific search engine. | ||
The search engine `identifier`s are used as keys for this metric. | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2230 | ||
data_reviews: | ||
|
@@ -254,3 +255,20 @@ control: | |
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" | ||
|
||
legacy_telemetry: | ||
client_id: | ||
type: uuid | ||
description: > | ||
A UUID uniquely identifying the legacy telemetry client id. | ||
This is used for supporting legacy telemetry in the `deletion-request` ping. | ||
send_in_pings: | ||
- deletion-request | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2347 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/2348#issuecomment-564736919 | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" |
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