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

<!--
Copyright 2021 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 list of histograms for the privacy
budget project 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
-->

<histogram-configuration>

<histograms>

<histogram name="PrivacyBudget.Identifiability.FinchConfigValidationResult"
    enum="BooleanSuccess" expires_after="2024-10-28">
  <owner>[email protected]</owner>
  <owner>[email protected]</owner>
  <summary>
    Indicates whether the Finch configuration for the privacy budget
    identifiability study was validated successfully.
  </summary>
</histogram>

<histogram name="PrivacyBudget.Identifiability.RecordedSample"
    enum="PrivacyBudgetRecordedSample" expires_after="2024-11-17">
  <owner>[email protected]</owner>
  <owner>[email protected]</owner>
  <summary>
    Indicates whether a sample collected in the renderer was accepted or dropped
    by the AggregatingSampleCollector.
  </summary>
</histogram>

</histograms>

</histogram-configuration>