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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 226093005: Reduce unneeded policy fetches by detecting expired invalidations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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/enterprise_metrics.h ('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 9dc3dfdc7db043bbf62cf0e88b03f66c32cd7ae7..cc07c35ae0bba6efa5e1c5809d4a9c5a98e70812 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31712,6 +31712,8 @@ other types of suffix sets.
<enum name="EnterprisePolicyInvalidations" type="int">
<int value="0" label="No payload"/>
<int value="1" label="Payload"/>
Ilya Sherman 2014/04/04 21:48:56 Do the existing labels cover both the expired and
Steve Condie 2014/04/04 22:11:58 Just unexpired; all the labels are mutually exclus
+ <int value="2" label="No payload; expired"/>
+ <int value="3" label="Payload; expired"/>
</enum>
<enum name="EnterprisePolicyLoadStatus" type="int">
« no previous file with comments | « components/policy/core/common/cloud/enterprise_metrics.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698