Commit 0d40e626 authored by Dominic Mazzoni's avatar Dominic Mazzoni Committed by Commit Bot

Add aggregation for reader mode metrics

Without this, they won't appear in the dashboard.

Bug: 992074
Change-Id: I1792d7b2a2b1bb280fb5deef319cdc2ff46bafd4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2242116Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#777984}
parent 43fc529a
...@@ -9910,6 +9910,14 @@ be describing additional metrics about the same event. ...@@ -9910,6 +9910,14 @@ be describing additional metrics about the same event.
<summary> <summary>
Whether the user activated Reader Mode via the omnibox badge. Whether the user activated Reader Mode via the omnibox badge.
</summary> </summary>
<aggregation>
<history>
<index fields="profile.country"/>
<statistics>
<enumeration/>
</statistics>
</history>
</aggregation>
</metric> </metric>
</event> </event>
...@@ -9926,6 +9934,14 @@ be describing additional metrics about the same event. ...@@ -9926,6 +9934,14 @@ be describing additional metrics about the same event.
Whether the distillability service determined the page to be distillable, Whether the distillability service determined the page to be distillable,
i.e. likely to render well in Reader Mode. i.e. likely to render well in Reader Mode.
</summary> </summary>
<aggregation>
<history>
<index fields="profile.country"/>
<statistics>
<enumeration/>
</statistics>
</history>
</aggregation>
</metric> </metric>
</event> </event>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment