Skip to content

Commit

Permalink
crostini: Bump histogram expiry for sshfs
Browse files Browse the repository at this point in the history
We're still using these, bump expiry.

Fixed: b:238141862
Test: CQ
Change-Id: I5d5b77f27c47eca9ce66c7badef7f121968c53f4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3812696
Reviewed-by: Timothy Loh <timloh@chromium.org>
Commit-Queue: David Munro <davidmunro@google.com>
Cr-Commit-Position: refs/heads/main@{#1032442}
  • Loading branch information
David Munro authored and Chromium LUCI CQ committed Aug 8, 2022
1 parent c64c328 commit 08d82ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/metrics/histograms/metadata/crostini/histograms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ chromium-metrics-reviews@google.com.
</histogram>

<histogram name="Crostini.Sshfs.Mount.Result.{Visibility}"
enum="CrostiniSshfsResult" expires_after="2022-08-14">
enum="CrostiniSshfsResult" expires_after="2023-08-14">
<owner>davidmunro@google.com</owner>
<owner>clumptini@google.com</owner>
<summary>
Expand All @@ -442,7 +442,7 @@ chromium-metrics-reviews@google.com.
</histogram>

<histogram name="Crostini.Sshfs.Mount.TimeTaken" units="ms"
expires_after="2022-08-14">
expires_after="2023-08-14">
<owner>davidmunro@google.com</owner>
<owner>clumptini@google.com</owner>
<summary>
Expand All @@ -452,7 +452,7 @@ chromium-metrics-reviews@google.com.
</histogram>

<histogram name="Crostini.Sshfs.Unmount.Result" enum="BooleanSuccess"
expires_after="2022-12-18">
expires_after="2023-08-14">
<owner>davidmunro@google.com</owner>
<owner>clumptini@google.com</owner>
<summary>
Expand All @@ -462,7 +462,7 @@ chromium-metrics-reviews@google.com.
</histogram>

<histogram name="Crostini.Sshfs.Unmount.TimeTaken" units="ms"
expires_after="2022-12-18">
expires_after="2023-08-14">
<owner>davidmunro@google.com</owner>
<owner>clumptini@google.com</owner>
<summary>
Expand Down

0 comments on commit 08d82ec

Please sign in to comment.