This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Perf telemetry for awesomebar suggestion provider durations
See mozilla-mobile/android-components#6802 for details; requires that PR.
- Loading branch information
Grisha Kruglov
committed
May 6, 2020
1 parent
996daba
commit 6cdbf10
Showing
3 changed files
with
142 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2134,3 +2134,110 @@ startup.timeline: | |
- [email protected] | ||
- [email protected] | ||
expires: "2020-07-15" | ||
|
||
perf.awesomebar: | ||
history_suggestions: | ||
send_in_pings: | ||
- metrics | ||
type: timing_distribution | ||
time_unit: millisecond | ||
description: > | ||
Duration of a history awesomebar suggestion query. | ||
bugs: | ||
- https://github.com/mozilla-mobile/android-components/issues/4992 | ||
data_reviews: | ||
- TODO | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-09-15" | ||
bookmark_suggestions: | ||
send_in_pings: | ||
- metrics | ||
type: timing_distribution | ||
time_unit: millisecond | ||
description: > | ||
Duration of a bookmarks awesomebar suggestion query. | ||
bugs: | ||
- https://github.com/mozilla-mobile/android-components/issues/4992 | ||
data_reviews: | ||
- TODO | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-09-15" | ||
search_egnine_suggestions: | ||
send_in_pings: | ||
- metrics | ||
type: timing_distribution | ||
time_unit: millisecond | ||
description: > | ||
Duration of a search engine awesomebar suggestion query. | ||
bugs: | ||
- https://github.com/mozilla-mobile/android-components/issues/4992 | ||
data_reviews: | ||
- TODO | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-09-15" | ||
session_suggestions: | ||
send_in_pings: | ||
- metrics | ||
type: timing_distribution | ||
time_unit: millisecond | ||
description: > | ||
Duration of a session awesomebar suggestion query. | ||
bugs: | ||
- https://github.com/mozilla-mobile/android-components/issues/4992 | ||
data_reviews: | ||
- TODO | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-09-15" | ||
synced_tabs_suggestions: | ||
send_in_pings: | ||
- metrics | ||
type: timing_distribution | ||
time_unit: millisecond | ||
description: > | ||
Duration of a synced tabs awesomebar suggestion query. | ||
bugs: | ||
- https://github.com/mozilla-mobile/android-components/issues/4992 | ||
data_reviews: | ||
- TODO | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-09-15" | ||
clipboard_suggestions: | ||
send_in_pings: | ||
- metrics | ||
type: timing_distribution | ||
time_unit: millisecond | ||
description: > | ||
Duration of a clipboard awesomebar suggestion query. | ||
bugs: | ||
- https://github.com/mozilla-mobile/android-components/issues/4992 | ||
data_reviews: | ||
- TODO | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-09-15" | ||
shortcuts_suggestions: | ||
send_in_pings: | ||
- metrics | ||
type: timing_distribution | ||
time_unit: millisecond | ||
description: > | ||
Duration of a shortcuts awesomebar suggestion query. | ||
bugs: | ||
- https://github.com/mozilla-mobile/android-components/issues/4992 | ||
data_reviews: | ||
- TODO | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-09-15" |
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