-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added FXIOS-7559 [v121] health metrics telemetry (#17844)
* Add crashed last launch metric * Add cpu exception telemetry * Add hang exception * Update link * Fix warning * Update links (cherry picked from commit 0898ac8) # Conflicts: # Client/Telemetry/TelemetryWrapper.swift # Client/metrics.yaml
- Loading branch information
1 parent
6606641
commit b181167
Showing
5 changed files
with
299 additions
and
2 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 |
---|---|---|
|
@@ -4689,3 +4689,182 @@ app_errors: | |
notification_emails: | ||
- [email protected] | ||
expires: never | ||
<<<<<<< HEAD:Client/metrics.yaml | ||
======= | ||
crashed_last_launch: | ||
type: event | ||
description: | | ||
Recorded when the previous session ended as a result of a crash | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/16827 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/17844 | ||
notification_emails: | ||
- [email protected] | ||
expires: never | ||
cpu_exception: | ||
type: event | ||
description: | | ||
Recorded when a cpu exception is triggered | ||
extra_keys: | ||
size: | ||
description: | | ||
Total CPU time consumed in the scope of the exception | ||
type: quantity | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/16828 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/17844 | ||
notification_emails: | ||
- [email protected] | ||
expires: never | ||
hang_exception: | ||
type: event | ||
description: | | ||
Recorded when the main thread hangs | ||
extra_keys: | ||
size: | ||
description: | | ||
Total time the main thread was blocked | ||
type: quantity | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/16829 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/17844 | ||
notification_emails: | ||
- [email protected] | ||
expires: never | ||
|
||
fx_suggest: | ||
ping_type: | ||
type: string | ||
description: > | ||
The ping's type. Either "fxsuggest-click" or "fxsuggest-impression". | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/16589 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/17556 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
expires: never | ||
send_in_pings: | ||
- fx-suggest | ||
position: | ||
type: quantity | ||
unit: non-negative integer | ||
description: > | ||
The position (1-based) of this suggestion in the full list of suggestions, relative to the | ||
top of the awesomebar. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/16589 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/17556 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
expires: never | ||
send_in_pings: | ||
- fx-suggest | ||
block_id: | ||
type: quantity | ||
description: | | ||
A unique identifier for a sponsored suggestion. Not set for non-sponsored suggestions. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/16589 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/17556 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
expires: never | ||
unit: integer | ||
send_in_pings: | ||
- fx-suggest | ||
advertiser: | ||
type: string | ||
description: | | ||
The name of the advertiser providing the sponsored suggestion | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/16589 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/17556 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
expires: never | ||
send_in_pings: | ||
- fx-suggest | ||
reporting_url: | ||
type: url | ||
description: | | ||
If this ping is for a sponsored suggestion, the partner URL for reporting this interaction. | ||
Not set for non-sponsored suggestions. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/16589 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/17556 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
expires: never | ||
send_in_pings: | ||
- fx-suggest | ||
context_id: | ||
type: uuid | ||
description: | | ||
An identifier to identify users for Contextual Services user interaction pings. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/16589 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/17556 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
expires: never | ||
send_in_pings: | ||
- fx-suggest | ||
iab_category: | ||
type: string | ||
description: | | ||
The suggestion's advertising category. "22 - Shopping" for sponsored suggestions. | ||
Not set for non-sponsored suggestions. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/16589 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/17556 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
expires: never | ||
send_in_pings: | ||
- fx-suggest | ||
>>>>>>> 0898ac8e9 (Added FXIOS-7559 [v121] health metrics telemetry (#17844)):firefox-ios/Client/metrics.yaml |
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