Created
February 26, 2020 14:47
-
-
Save wlach/d8f83e41a64e824d2b2f97f55a9024b9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
--- | |
$schema: moz://mozilla.org/schemas/glean/metrics/1-0-0 | |
used.default: | |
os: | |
type: string | |
description: > | |
The name of the os | |
notification_emails: [[email protected]] | |
bugs: [http://bugzilla.org/1234] | |
data_reviews: [https://hello.com] | |
expires: never | |
send_in_pings: | |
- used |
This file contains hidden or 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
--- | |
$schema: moz://mozilla.org/schemas/glean/pings/1-0-0 | |
used: | |
description: > | |
A ping to record usage of mozregression | |
include_client_id: true | |
notification_emails: | |
- [email protected] | |
bugs: | |
- http://bugzilla.mozilla.org/123456789/ | |
data_reviews: | |
- http://example.com/path/to/data-review |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment