Skip to content

Commit

Permalink
Bug 1820326 - Remove quicksuggest result from metrics.yaml because gl…
Browse files Browse the repository at this point in the history
…ean telemetry doesn't return quicksuggest. r=mak

Differential Revision: https://phabricator.services.mozilla.com/D171721
  • Loading branch information
mandysGit committed Mar 6, 2023
1 parent fe6ba7d commit dfa9a61
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions browser/components/urlbar/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ urlbar:
`tip_unknown`, `intervention_clear`, `intervention_refresh`,
`intervention_update`, `intervention_unknown`, `tab_to_search`,
`top_site`, `calc`, `unit`, `suggest_sponsor`,
`suggest_non_sponsor`, `quicksuggest` and `weather`.
`suggest_non_sponsor`, and `weather`.
If the result type did not fall into any of these, this will be
`unknown` and a bug should be filed to investigate it.
type: string
Expand Down Expand Up @@ -168,8 +168,8 @@ urlbar:
`tip_onboard`, `tip_persist`, `tip_redirect`, `tip_unknown`,
`intervention_clear`, `intervention_refresh`, `intervention_update`,
`intervention_unknown`, `tab_to_search`, `top_site`, `calc`, `unit`,
`site_specific_contextual_search`, `quicksuggest`, `weather`,
`experimental_addon`, `suggest_sponsor` and `suggest_non_sponsor`.
`site_specific_contextual_search`, `weather`, `experimental_addon`,
`suggest_sponsor` and `suggest_non_sponsor`.
If the result type did not fall into any of these, this will be
`unknown`.
type: string
Expand Down Expand Up @@ -228,8 +228,8 @@ urlbar:
`tip_unknown`, `intervention_clear`, `intervention_refresh`,
`intervention_update`, `intervention_unknown`, `tab_to_search`,
`top_site`, `calc`, `unit`, `site_specific_contextual_search`,
`quicksuggest`, `weather`, `experimental_addon`, `suggest_sponsor`
and `suggest_non_sponsor`. If the result type did not fall into any of
`weather`, `experimental_addon`, `suggest_sponsor` and
`suggest_non_sponsor`. If the result type did not fall into any of
these, this will be `unknown` and a bug should be filed to investigate
it. If engagement_type is `drop_go` or `paste_go`, this will be empty
string because no results are shown.
Expand Down Expand Up @@ -324,10 +324,9 @@ urlbar:
`remote_tab`, `addon`, `tip_onboard`, `tip_persist`, `tip_redirect`,
`tip_unknown`, `intervention_clear`, `intervention_refresh`,
`intervention_update`, `intervention_unknown`, `tab_to_search`,
`top_site`, `calc`, `unit`, `suggest_sponsor`,
`suggest_non_sponsor`, `quicksuggest` and `weather`. If the result
type did not fall into any of these, this will be `unknown` and a bug
should be filed to investigate it.
`top_site`, `calc`, `unit`, `suggest_sponsor`, `suggest_non_sponsor`,
and `weather`. If the result type did not fall into any of these,
this will be `unknown` and a bug should be filed to investigate it.
type: string
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1800579
Expand Down

0 comments on commit dfa9a61

Please sign in to comment.