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

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>
2410 Events for counting policy invalidations received with and without payloads.
2411 Invalidations indicate that a policy has been updated and should be
2412 refreshed. Payloads provide context about the policy update, but may be
2413 absent if dropped by the invalidation service.
2414 </summary>
2415 </histogram>
2416
2407 <histogram name="Enterprise.PolicyLoadStatus" enum="EnterprisePolicyLoadStatus"> 2417 <histogram name="Enterprise.PolicyLoadStatus" enum="EnterprisePolicyLoadStatus">
2408 <summary> 2418 <summary>
2409 Load status from the policy loaders which pull policy settings from the 2419 Load status from the policy loaders which pull policy settings from the
2410 underlying platform, such as Windows Group Policy. 2420 underlying platform, such as Windows Group Policy.
2411 </summary> 2421 </summary>
2412 </histogram> 2422 </histogram>
2413 2423
2424 <histogram name="Enterprise.PolicyRefresh" enum="EnterprisePolicyRefresh">
2425 <summary>
2426 Events measuring effectiveness of refreshing policy when invalidations are
2427 received from a service. For each refresh, indicates whether the policy
2428 changed, and whether the policy was invalidated at the time of the refresh.
2429 </summary>
2430 </histogram>
2431
2414 <histogram name="Event.CoalescedCount.Mouse"> 2432 <histogram name="Event.CoalescedCount.Mouse">
2415 <summary>Number of Mouse events coalesced.</summary> 2433 <summary>Number of Mouse events coalesced.</summary>
2416 </histogram> 2434 </histogram>
2417 2435
2418 <histogram name="Event.CoalescedCount.Touch"> 2436 <histogram name="Event.CoalescedCount.Touch">
2419 <summary>Number of Touch events coalesced.</summary> 2437 <summary>Number of Touch events coalesced.</summary>
2420 </histogram> 2438 </histogram>
2421 2439
2422 <histogram name="Event.CoalescedLatency.Mouse" units="milliseconds"> 2440 <histogram name="Event.CoalescedLatency.Mouse" units="milliseconds">
2423 <summary> 2441 <summary>
(...skipping 13709 matching lines...) Expand 10 before | Expand all | Expand 10 after
16133 <int value="192" label="Limit device uptime by automatically rebooting"/> 16151 <int value="192" label="Limit device uptime by automatically rebooting"/>
16134 <int value="193" label="Automatically reboot after update"/> 16152 <int value="193" label="Automatically reboot after update"/>
16135 <int value="194" label="Public session for auto-login"/> 16153 <int value="194" label="Public session for auto-login"/>
16136 <int value="195" label="Public session auto-login timer"/> 16154 <int value="195" label="Public session auto-login timer"/>
16137 <int value="196" 16155 <int value="196"
16138 label="Set the restriction on the fetching of the Variations seed"/> 16156 label="Set the restriction on the fetching of the Variations seed"/>
16139 <int value="197" label="Idle warning delay when running on AC power"/> 16157 <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"/> 16158 <int value="198" label="Idle warning delay when running on battery power"/>
16141 </enum> 16159 </enum>
16142 16160
16161 <enum name="EnterprisePolicyInvalidations" type="int">
16162 <int value="0" label="No payload"/>
16163 <int value="1" label="Payload"/>
16164 </enum>
16165
16143 <enum name="EnterprisePolicyLoadStatus" type="int"> 16166 <enum name="EnterprisePolicyLoadStatus" type="int">
16144 <summary> 16167 <summary>
16145 Status codes produced by the policy loaders that pull policy settings from 16168 Status codes produced by the policy loaders that pull policy settings from
16146 the platform-specific management infrastructure, such as Windows Group 16169 the platform-specific management infrastructure, such as Windows Group
16147 Policy. 16170 Policy.
16148 </summary> 16171 </summary>
16149 <int value="0" label="STARTED"> 16172 <int value="0" label="STARTED">
16150 Policy load attempt started. This gets logged for each policy load attempt 16173 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 16174 to get a baseline on the number of requests, and an arbitrary number of the
16152 below status codes may get added in addition. 16175 below status codes may get added in addition.
(...skipping 11 matching lines...) Expand all
16164 <int value="5" label="WOW64_REDIRECTION_DISABLED"> 16187 <int value="5" label="WOW64_REDIRECTION_DISABLED">
16165 Trying with Wow64 redirection disabled. 16188 Trying with Wow64 redirection disabled.
16166 </int> 16189 </int>
16167 <int value="6" label="READ_ERROR"> 16190 <int value="6" label="READ_ERROR">
16168 Data read error, for example file reading errors. 16191 Data read error, for example file reading errors.
16169 </int> 16192 </int>
16170 <int value="7" label="TOO_BIG">Data too large to process.</int> 16193 <int value="7" label="TOO_BIG">Data too large to process.</int>
16171 <int value="8" label="PARSE_ERROR">Parse error.</int> 16194 <int value="8" label="PARSE_ERROR">Parse error.</int>
16172 </enum> 16195 </enum>
16173 16196
16197 <enum name="EnterprisePolicyRefresh" type="int">
16198 <int value="0" label="Changed"/>
16199 <int value="1" label="Changed; Invalidations disabled"/>
16200 <int value="2" label="Unchanged"/>
16201 <int value="3" label="Invalidated; Changed"/>
16202 <int value="4" label="Invalidated; Unchanged"/>
16203 </enum>
16204
16174 <enum name="EnterprisePolicyType" type="int"> 16205 <enum name="EnterprisePolicyType" type="int">
16175 <summary> 16206 <summary>
16176 Result of Policy operations as defined in 16207 Result of Policy operations as defined in
16177 chrome/browser/policy/enterprise_metrics.h. 16208 chrome/browser/policy/enterprise_metrics.h.
16178 </summary> 16209 </summary>
16179 <int value="0" label="Load Succeeded"> 16210 <int value="0" label="Load Succeeded">
16180 A cached policy was successfully loaded from disk. 16211 A cached policy was successfully loaded from disk.
16181 </int> 16212 </int>
16182 <int value="1" label="Load Failed"> 16213 <int value="1" label="Load Failed">
16183 Reading a cached policy from disk failed. 16214 Reading a cached policy from disk failed.
(...skipping 7560 matching lines...) Expand 10 before | Expand all | Expand 10 after
23744 <group name="Disabled" label="Neither extra webstore link is visible"/> 23775 <group name="Disabled" label="Neither extra webstore link is visible"/>
23745 <group name="FooterLink" label="Link in bottom right of footer"/> 23776 <group name="FooterLink" label="Link in bottom right of footer"/>
23746 <group name="PlusIcon" label="Plus icon in apps page"/> 23777 <group name="PlusIcon" label="Plus icon in apps page"/>
23747 <affected-histogram name="Extensions.AppLaunch"/> 23778 <affected-histogram name="Extensions.AppLaunch"/>
23748 <affected-histogram name="NewTabPage.DefaultPageType"/> 23779 <affected-histogram name="NewTabPage.DefaultPageType"/>
23749 </fieldtrial> 23780 </fieldtrial>
23750 23781
23751 </fieldtrials> 23782 </fieldtrials>
23752 23783
23753 </histogram-configuration> 23784 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698