sending to christianxu@
Feel free to say no if these aren't useful, but especially the counts at submission/navigation seem like interesting data to get
if (item.type == ComposeboxInputItemType::kComposeboxInputItemTypeFile) {this looks like an existing bug? Seems like the counts were using the wrong category
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
if (item.type == ComposeboxInputItemType::kComposeboxInputItemTypeFile) {this looks like an existing bug? Seems like the counts were using the wrong category
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
sending to christianxu@
Feel free to say no if these aren't useful, but especially the counts at submission/navigation seem like interesting data to get
These are definitely useful, in fact we just got asked to record these exact metrics. Thank you for adding them!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
Christian Xusending to christianxu@
Feel free to say no if these aren't useful, but especially the counts at submission/navigation seem like interesting data to get
These are definitely useful, in fact we just got asked to record these exact metrics. Thank you for adding them!
oh, great! will get this submitted
if (item.type == ComposeboxInputItemType::kComposeboxInputItemTypeFile) {Christian Xuthis looks like an existing bug? Seems like the counts were using the wrong category
Thanks for fixing that!
np, though given a merge conflict I think someone else also found it 😊
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Metrics changes LGTM, but I'd like to have x-platform metrics where possible. CC both @nih...@google.com @khali...@chromium.org who are adding metrics.
<histogram name="Omnibox.MobileFusebox.AttachmentCountAtSubmission.{Type}"curious why aren't we logging metrics cross-platform? See "ContextualSearch.Inputs.TypeOnSubmission" added in crrev.com/c/7701697 and a bunch of other metrics logged via components/contextual_search/contextual_search_metrics_recorder.cc in
tools/metrics/histograms/metadata/contextual_search/histograms.xml
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
<histogram name="Omnibox.MobileFusebox.AttachmentCountAtSubmission.{Type}"curious why aren't we logging metrics cross-platform? See "ContextualSearch.Inputs.TypeOnSubmission" added in crrev.com/c/7701697 and a bunch of other metrics logged via components/contextual_search/contextual_search_metrics_recorder.cc in
tools/metrics/histograms/metadata/contextual_search/histograms.xml
I'm happy to make the metrics in this CL cross-platform (intended to do so in follow-up CLs), but wanted to start with bling as that's the surface I work on.
I checked other metrics and didn't see the "attachment count by type at submission"; the tab selector also had an iOS-specific metric, and I wanted to get image/file selector metrics as well.
<histogram name="Omnibox.MobileFusebox.AttachmentCountAtSubmission.{Type}"Matt Reichhoffcurious why aren't we logging metrics cross-platform? See "ContextualSearch.Inputs.TypeOnSubmission" added in crrev.com/c/7701697 and a bunch of other metrics logged via components/contextual_search/contextual_search_metrics_recorder.cc in
tools/metrics/histograms/metadata/contextual_search/histograms.xml
I'm happy to make the metrics in this CL cross-platform (intended to do so in follow-up CLs), but wanted to start with bling as that's the surface I work on.
I checked other metrics and didn't see the "attachment count by type at submission"; the tab selector also had an iOS-specific metric, and I wanted to get image/file selector metrics as well.
sorry, correction, not an iOS-specific metric, but written from the iOS UI code*
| Code-Review | +1 |
LGTM
Metrics changes LGTM, but I'd like to have x-platform metrics where possible. CC both @nih...@google.com @khali...@chromium.org who are adding metrics.
+1 the making this x-platform eventually. I'll add to the existing metrics doc of places where iOS and Desktop metrics overlap and maybe where we can consolidate some metrics.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
happy to revisit or build x-platform equivalents...landing in the meantime
<histogram name="Omnibox.MobileFusebox.AttachmentCountAtSubmission.{Type}"Matt Reichhoffcurious why aren't we logging metrics cross-platform? See "ContextualSearch.Inputs.TypeOnSubmission" added in crrev.com/c/7701697 and a bunch of other metrics logged via components/contextual_search/contextual_search_metrics_recorder.cc in
tools/metrics/histograms/metadata/contextual_search/histograms.xml
Matt ReichhoffI'm happy to make the metrics in this CL cross-platform (intended to do so in follow-up CLs), but wanted to start with bling as that's the surface I work on.
I checked other metrics and didn't see the "attachment count by type at submission"; the tab selector also had an iOS-specific metric, and I wanted to get image/file selector metrics as well.
sorry, correction, not an iOS-specific metric, but written from the iOS UI code*
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[iOS][Composebox] Add attachment type UMAs
This CL adds new UMA for the attachments on submission of a fusebox
navigation. It also adds equivalent metrics as TabPickerTabsAttached
for images and files.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |