chromium/tools/metrics/histograms/metadata/bruschetta/histograms.xml

<!--
Copyright 2023 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<!--
This file is used to generate a comprehensive list of Bruschetta histograms
along with a detailed description for each histogram.

For best practices on writing histogram descriptions, see
https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/metrics/histograms/README.md

Please follow the instructions in the OWNERS file in this directory to find a
reviewer. If no OWNERS file exists, please consider signing up at
go/reviewing-metrics (Googlers only), as all subdirectories are expected to
have an OWNERS file. As a last resort you can send the CL to
[email protected].
-->

<histogram-configuration>

<histograms>

<histogram name="Bruschetta.InstallResult" enum="BruschettaInstallResult"
    expires_after="2025-02-16">
  <owner>[email protected]</owner>
  <owner>src/chrome/browser/ash/bruschetta/OWNERS</owner>
  <summary>The result of an attempt to install Bruschetta.</summary>
</histogram>

<histogram name="Bruschetta.LaunchResult" enum="BruschettaResult"
    expires_after="2025-02-10">
  <owner>[email protected]</owner>
  <owner>src/chrome/browser/ash/bruschetta/OWNERS</owner>
  <summary>The result of an attempt to launch Bruschetta.</summary>
</histogram>

</histograms>

</histogram-configuration>