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.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
d588b85
commit 87543c3
Showing
10 changed files
with
207 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -16,10 +16,70 @@ distribution: | |
- baseline | ||
- events | ||
- metrics | ||
- session_end | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/1420 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/1854#issuecomment-546214568 | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-05-01" | ||
url: | ||
domains: | ||
type: counter | ||
send_in_pings: | ||
- session_end | ||
description: > | ||
Counting how many domains are visited in a session. | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2230 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/2241#issuecomment-557740258 | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-05-01" | ||
visits: | ||
type: counter | ||
send_in_pings: | ||
- session_end | ||
description: > | ||
Counting how many URL links are visited in a session. | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2230 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/2241#issuecomment-557740258 | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-05-01" | ||
query_type: | ||
type: labeled_counter | ||
description: > | ||
Counting how many URLs are visited in a day, by input method. | ||
labels: | ||
- type_link | ||
- type_query | ||
- voice_query | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2230 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/2241#issuecomment-557740258 | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-05-01" | ||
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. | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2230 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/2241#issuecomment-557740258 | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-05-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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 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 | ||
|
||
session_end: | ||
description: > | ||
This ping is sent at the end of a session (when Firefox Reality switches to the background). | ||
We usually send search and UI control metrics at the end of a session. | ||
include_client_id: true | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2230 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/2241#issuecomment-557740258 | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] |
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
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