forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1820158 - Port WEBEXT_EVENTPAGE_IDLE_RESULT_COUNT and WEBEXT_BROW…
…SERACTION_POPUP_PRELOAD_RESULT_COUNT to Glean labeled_counter metrics. r=zombie Differential Revision: https://phabricator.services.mozilla.com/D191756
- Loading branch information
Showing
5 changed files
with
246 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -295,6 +295,66 @@ extensions.quarantined_domains: | |
- technical | ||
telemetry_mirror: EXTENSIONS_QUARANTINEDDOMAINS_REMOTEHASH | ||
|
||
extensions.counters: | ||
|
||
browser_action_preload_result: | ||
type: labeled_counter | ||
expires: never | ||
description: | | ||
Number of times an event page hit the idle timeout and results in one of the labels. | ||
# Keep these labels in sync with the ones in WEBEXT_BROWSERACTION_POPUP_PRELOAD_RESULT_COUNT | ||
# as defined in Histograms.json | ||
labels: | ||
- popupShown | ||
- clearAfterHover | ||
- clearAfterMousedown | ||
lifetime: application | ||
notification_emails: | ||
- [email protected] | ||
bugs: | ||
- https://bugzilla.mozilla.org/1297167 | ||
- https://bugzilla.mozilla.org/1513556 | ||
- https://bugzilla.mozilla.org/1578225 | ||
- https://bugzilla.mozilla.org/1623315 | ||
- https://bugzilla.mozilla.org/1666980 | ||
- https://bugzilla.mozilla.org/1706839 | ||
- https://bugzilla.mozilla.org/1745271 | ||
- https://bugzilla.mozilla.org/1777402 | ||
- https://bugzilla.mozilla.org/1811155 | ||
- https://bugzilla.mozilla.org/1861303 | ||
- https://bugzilla.mozilla.org/1820158 | ||
data_reviews: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1820158#c8 | ||
data_sensitivity: | ||
- technical | ||
|
||
event_page_idle_result: | ||
type: labeled_counter | ||
expires: never | ||
description: | | ||
Number of times an event page hit the idle timeout and results in one of the labels. | ||
# Keep these labels in sync with the ones in WEBEXT_EVENTPAGE_IDLE_RESULT_COUNT | ||
# as defined in Histograms.json | ||
labels: | ||
- suspend | ||
- reset_other | ||
- reset_event | ||
- reset_listeners | ||
- reset_nativeapp | ||
- reset_streamfilter | ||
lifetime: application | ||
notification_emails: | ||
- [email protected] | ||
bugs: | ||
- https://bugzilla.mozilla.org/1787940 | ||
- https://bugzilla.mozilla.org/1817103 | ||
- https://bugzilla.mozilla.org/1861303 | ||
- https://bugzilla.mozilla.org/1820158 | ||
data_reviews: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1820158#c8 | ||
data_sensitivity: | ||
- technical | ||
|
||
extensions.timing: | ||
|
||
background_page_load: | ||
|
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