Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2896863002: Add UMA histograms for time between policy fetches (Closed)
Patch Set: Rebase to ToT Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « components/policy/core/common/cloud/cloud_policy_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 65c7eaaba6cb5723761f9a0b452aa8df1fd4dd3c..d585afbfd753af1c02e5e76831c3c8f2fa30af9e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16685,6 +16685,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Enterprise.PolicyUpdatePeriod.Device" units="days">
+ <owner>antrim@chromium.org</owner>
+ <summary>Time since last device policy fetch.</summary>
+</histogram>
+
+<histogram name="Enterprise.PolicyUpdatePeriod.User" units="days">
+ <owner>antrim@chromium.org</owner>
+ <summary>Time since last user policy fetch.</summary>
+</histogram>
+
<histogram name="Enterprise.PublicSession.ExtensionPermissions"
enum="ExtensionPermission3">
<owner>isandrk@chromium.org</owner>
« no previous file with comments | « components/policy/core/common/cloud/cloud_policy_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698