Commit 7f5eb427 authored by Michael Bai's avatar Michael Bai Committed by Chromium LUCI CQ

Extend browser metrics histograms

The experiment hasn't finished yet

Bug: 1125778
Change-Id: I1e5e036cc8e41b77e8c3d79374e91301ac5c499e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625531
Commit-Queue: Michael Bai <michaelbai@chromium.org>
Reviewed-by: default avatarCaitlin Fischer <caitlinfischer@google.com>
Cr-Commit-Position: refs/heads/master@{#843984}
parent 57c52d42
......@@ -288,23 +288,23 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram
name="Stability.Internals.FileMetricsProvider.BrowserMetrics.UnsentFilesCount"
units="counts" expires_after="M87">
units="counts" expires_after="M89">
<owner>michaelbai@chromium.org</owner>
<owner>src/base/metrics/OWNERS</owner>
<summary>
The number of the unsent files at the time the stability recorded.
The number of unsent files. Emitted when the stability is recorded.
</summary>
</histogram>
<histogram
name="Stability.Internals.FileMetricsProvider.BrowserMetrics.UnsentSamplesCount"
units="samples" expires_after="M87">
units="samples" expires_after="M89">
<owner>michaelbai@chromium.org</owner>
<owner>src/base/metrics/OWNERS</owner>
<summary>
The total number of samples that will be lost if ASSOCIATE_INTERNAL_PROFILE
isn't enabled since the previous stability recorded. This is different than
the previous browser run because one file was just uploaded before the
hasn't been enabled since the previous stability recorded. This is different
than the previous browser run because one file was just uploaded before the
stability is recorded.
</summary>
</histogram>
......
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