Skip to content

Instantly share code, notes, and snippets.

@wlach
Created February 26, 2020 14:47
Show Gist options
  • Save wlach/d8f83e41a64e824d2b2f97f55a9024b9 to your computer and use it in GitHub Desktop.
Save wlach/d8f83e41a64e824d2b2f97f55a9024b9 to your computer and use it in GitHub Desktop.
---
$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
---
$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