Remove TabMetricsLogging per-source timeout
TabActivityWatcher logs URL-keyed metrics about tabs upon tab activity. Currently, we don't log a UKM for a source if we have already logged that source within the past 10 seconds. This was intended to ensure the new UKM logging did not cause unexpected flooding of the UKM service. Analysis of Finch experiments demonstrates that removing this timeout does not substantially affect the rate of events logged or cause UKM's built-in event limit to be reached more often. This CL therefore removes this timeout as well as the Finch parameter that controlled it. The feature flag itself remains as a way to disable TabMetrics logging. Bug: 804668 Change-Id: Iad821bd9e91ac34eedaca8b7f68436fafffed9ae Reviewed-on: https://chromium-review.googlesource.com/880143 Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#532717}
Showing
Please register or sign in to comment