-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1648696 - Look for metrics in send_if_empty pings (#197)
- Loading branch information
Beatriz Rizental
authored
Jun 30, 2020
1 parent
14e65c8
commit 3c8de75
Showing
5 changed files
with
53 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Any copyright is dedicated to the Public Domain. | ||
# https://creativecommons.org/publicdomain/zero/1.0/ | ||
|
||
--- | ||
$schema: moz://mozilla.org/schemas/glean/metrics/1-0-0 | ||
|
||
telemetry: | ||
some_metric: | ||
type: uuid | ||
lifetime: ping | ||
description: > | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. | ||
bugs: | ||
- https://bugzilla.mozilla.org/1137353 | ||
data_reviews: | ||
- http://example.com/reviews | ||
notification_emails: | ||
- CHANGE-ME@example.com | ||
send_in_pings: | ||
- custom-ping-might-be-empty | ||
expires: 2100-01-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