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

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 19733003: Implement cloud policy invalidations using the invalidation service framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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:
View unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is used to generate a comprehensive list of Chrome histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 2386 matching lines...) Expand 10 before | Expand all | Expand 10 after
2397 </summary> 2397 </summary>
2398 </histogram> 2398 </histogram>
2399 2399
2400 <histogram name="Enterprise.Policy" enum="EnterprisePolicyType"> 2400 <histogram name="Enterprise.Policy" enum="EnterprisePolicyType">
2401 <summary> 2401 <summary>
2402 Events related to fetching, saving and loading user policies, and also 2402 Events related to fetching, saving and loading user policies, and also
2403 device policies on ChromeOS. 2403 device policies on ChromeOS.
2404 </summary> 2404 </summary>
2405 </histogram> 2405 </histogram>
2406 2406
2407 <histogram name="Enterprise.PolicyInvalidations"
2408 enum="EnterprisePolicyInvalidations">
2409 <summary>Events for receiving different types of invalidations.</summary>
Ilya Sherman 2013/07/30 01:23:16 This summary is very vague. This histogram is rea
Steve Condie 2013/07/30 06:12:31 Done.
2410 </histogram>
2411
2407 <histogram name="Enterprise.PolicyLoadStatus" enum="EnterprisePolicyLoadStatus"> 2412 <histogram name="Enterprise.PolicyLoadStatus" enum="EnterprisePolicyLoadStatus">
2408 <summary> 2413 <summary>
2409 Load status from the policy loaders which pull policy settings from the 2414 Load status from the policy loaders which pull policy settings from the
2410 underlying platform, such as Windows Group Policy. 2415 underlying platform, such as Windows Group Policy.
2411 </summary> 2416 </summary>
2412 </histogram> 2417 </histogram>
2413 2418
2419 <histogram name="Enterprise.PolicyRefresh" enum="EnterprisePolicyRefresh">
2420 <summary>
2421 Events measuring effectiveness of refreshing policy when invalidations are
2422 received from a service.
2423 </summary>
2424 </histogram>
2425
2414 <histogram name="Event.CoalescedCount.Mouse"> 2426 <histogram name="Event.CoalescedCount.Mouse">
2415 <summary>Number of Mouse events coalesced.</summary> 2427 <summary>Number of Mouse events coalesced.</summary>
2416 </histogram> 2428 </histogram>
2417 2429
2418 <histogram name="Event.CoalescedCount.Touch"> 2430 <histogram name="Event.CoalescedCount.Touch">
2419 <summary>Number of Touch events coalesced.</summary> 2431 <summary>Number of Touch events coalesced.</summary>
2420 </histogram> 2432 </histogram>
2421 2433
2422 <histogram name="Event.CoalescedLatency.Mouse" units="milliseconds"> 2434 <histogram name="Event.CoalescedLatency.Mouse" units="milliseconds">
2423 <summary> 2435 <summary>
(...skipping 13709 matching lines...) Expand 10 before | Expand all | Expand 10 after
16133 <int value="192" label="Limit device uptime by automatically rebooting"/> 16145 <int value="192" label="Limit device uptime by automatically rebooting"/>
16134 <int value="193" label="Automatically reboot after update"/> 16146 <int value="193" label="Automatically reboot after update"/>
16135 <int value="194" label="Public session for auto-login"/> 16147 <int value="194" label="Public session for auto-login"/>
16136 <int value="195" label="Public session auto-login timer"/> 16148 <int value="195" label="Public session auto-login timer"/>
16137 <int value="196" 16149 <int value="196"
16138 label="Set the restriction on the fetching of the Variations seed"/> 16150 label="Set the restriction on the fetching of the Variations seed"/>
16139 <int value="197" label="Idle warning delay when running on AC power"/> 16151 <int value="197" label="Idle warning delay when running on AC power"/>
16140 <int value="198" label="Idle warning delay when running on battery power"/> 16152 <int value="198" label="Idle warning delay when running on battery power"/>
16141 </enum> 16153 </enum>
16142 16154
16155 <enum name="EnterprisePolicyInvalidations" type="int">
16156 <summary>
16157 Status codes representing types of policy invalidations received.
16158 </summary>
Ilya Sherman 2013/07/30 01:23:16 nit: This summary section is probably not needed.
Steve Condie 2013/07/30 06:12:31 Done.
16159 <int value="0" label="PAYLOAD">The invalidation contains a payload.</int>
16160 <int value="1" label="NO_PAYLOAD">The invalidation contains no payload.</int>
Ilya Sherman 2013/07/30 01:23:16 nit: I'd recommend writing this simply as: <int v
Steve Condie 2013/07/30 06:12:31 Done.
16161 </enum>
16162
16143 <enum name="EnterprisePolicyLoadStatus" type="int"> 16163 <enum name="EnterprisePolicyLoadStatus" type="int">
16144 <summary> 16164 <summary>
16145 Status codes produced by the policy loaders that pull policy settings from 16165 Status codes produced by the policy loaders that pull policy settings from
16146 the platform-specific management infrastructure, such as Windows Group 16166 the platform-specific management infrastructure, such as Windows Group
16147 Policy. 16167 Policy.
16148 </summary> 16168 </summary>
16149 <int value="0" label="STARTED"> 16169 <int value="0" label="STARTED">
16150 Policy load attempt started. This gets logged for each policy load attempt 16170 Policy load attempt started. This gets logged for each policy load attempt
16151 to get a baseline on the number of requests, and an arbitrary number of the 16171 to get a baseline on the number of requests, and an arbitrary number of the
16152 below status codes may get added in addition. 16172 below status codes may get added in addition.
(...skipping 11 matching lines...) Expand all
16164 <int value="5" label="WOW64_REDIRECTION_DISABLED"> 16184 <int value="5" label="WOW64_REDIRECTION_DISABLED">
16165 Trying with Wow64 redirection disabled. 16185 Trying with Wow64 redirection disabled.
16166 </int> 16186 </int>
16167 <int value="6" label="READ_ERROR"> 16187 <int value="6" label="READ_ERROR">
16168 Data read error, for example file reading errors. 16188 Data read error, for example file reading errors.
16169 </int> 16189 </int>
16170 <int value="7" label="TOO_BIG">Data too large to process.</int> 16190 <int value="7" label="TOO_BIG">Data too large to process.</int>
16171 <int value="8" label="PARSE_ERROR">Parse error.</int> 16191 <int value="8" label="PARSE_ERROR">Parse error.</int>
16172 </enum> 16192 </enum>
16173 16193
16194 <enum name="EnterprisePolicyRefresh" type="int">
16195 <summary>
16196 Status codes representing whether a policy was invalidated when it was
16197 refreshed and whether the refresh resulted in changed policy values.
16198 </summary>
16199 <int value="0" label="CHANGED">
16200 Policy was not invalidated; policy was changed; invalidations were enabled.
16201 </int>
16202 <int value="1" label="CHANGED_NO_INVALIDATIONS">
16203 Policy was not invalidated; policy was changed; invalidations were disabled.
16204 </int>
16205 <int value="2" label="UNCHANGED">
16206 Policy was not invalidated; policy was unchanged.
16207 </int>
16208 <int value="3" label="INVALIDATED_CHANGED">
16209 Policy was invalidated; policy was changed.
16210 </int>
16211 <int value="4" label="INVALIDATED_UNCHANGED">
16212 Policy was invalidated; policy was unchanged.
16213 </int>
Ilya Sherman 2013/07/30 01:23:16 Optional nit: I'd suggest labels more like "Change
Steve Condie 2013/07/30 06:12:31 Done.
16214 </enum>
16215
16174 <enum name="EnterprisePolicyType" type="int"> 16216 <enum name="EnterprisePolicyType" type="int">
16175 <summary> 16217 <summary>
16176 Result of Policy operations as defined in 16218 Result of Policy operations as defined in
16177 chrome/browser/policy/enterprise_metrics.h. 16219 chrome/browser/policy/enterprise_metrics.h.
16178 </summary> 16220 </summary>
16179 <int value="0" label="Load Succeeded"> 16221 <int value="0" label="Load Succeeded">
16180 A cached policy was successfully loaded from disk. 16222 A cached policy was successfully loaded from disk.
16181 </int> 16223 </int>
16182 <int value="1" label="Load Failed"> 16224 <int value="1" label="Load Failed">
16183 Reading a cached policy from disk failed. 16225 Reading a cached policy from disk failed.
(...skipping 7554 matching lines...) Expand 10 before | Expand all | Expand 10 after
23738 <group name="Disabled" label="Neither extra webstore link is visible"/> 23780 <group name="Disabled" label="Neither extra webstore link is visible"/>
23739 <group name="FooterLink" label="Link in bottom right of footer"/> 23781 <group name="FooterLink" label="Link in bottom right of footer"/>
23740 <group name="PlusIcon" label="Plus icon in apps page"/> 23782 <group name="PlusIcon" label="Plus icon in apps page"/>
23741 <affected-histogram name="Extensions.AppLaunch"/> 23783 <affected-histogram name="Extensions.AppLaunch"/>
23742 <affected-histogram name="NewTabPage.DefaultPageType"/> 23784 <affected-histogram name="NewTabPage.DefaultPageType"/>
23743 </fieldtrial> 23785 </fieldtrial>
23744 23786
23745 </fieldtrials> 23787 </fieldtrials>
23746 23788
23747 </histogram-configuration> 23789 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698