Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!-- | 1 <!-- |
| 2 Copyright 2015 The Chromium Authors. All rights reserved. | 2 Copyright 2015 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 <rappor-configuration> | 7 <rappor-configuration> |
| 8 <!-- | 8 <!-- |
| 9 This file is used to generate a comprehensive list of Chrome rappor metrics | 9 This file is used to generate a comprehensive list of Chrome rappor metrics |
| 10 along with a detailed description for each histogram. See the design doc at | 10 along with a detailed description for each histogram. See the design doc at |
| (...skipping 1623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1634 </summary> | 1634 </summary> |
| 1635 </rappor-metric> | 1635 </rappor-metric> |
| 1636 | 1636 |
| 1637 <rappor-metric name="PushMessaging.MessageReceived.Origin" type="ETLD_PLUS_ONE"> | 1637 <rappor-metric name="PushMessaging.MessageReceived.Origin" type="ETLD_PLUS_ONE"> |
| 1638 <owner>miguelg@chromium.org</owner> | 1638 <owner>miguelg@chromium.org</owner> |
| 1639 <summary> | 1639 <summary> |
| 1640 Push Messages received per Origin. | 1640 Push Messages received per Origin. |
| 1641 </summary> | 1641 </summary> |
| 1642 </rappor-metric> | 1642 </rappor-metric> |
| 1643 | 1643 |
| 1644 <rappor-metric name="RTCPeerConnection.Connected" type="ETLD_PLUS_ONE"> | |
| 1645 <owner>guidou@chromium.org</owner> | |
| 1646 <owner>hta@chromium.org</owner> | |
| 1647 <owner>tommi@chromium.org</owner> | |
| 1648 <summary> | |
| 1649 The ETLD+1 of the URL with a WebRTC peer connection that has successfully | |
| 1650 found a usable connection. Recorded when the ICE connection state of an | |
| 1651 RTCPeerConnection object changes to connected. | |
| 1652 </summary> | |
| 1653 </rappor-metric> | |
| 1654 | |
| 1655 <rappor-metric name="RTCPeerConnection.Created" type="ETLD_PLUS_ONE"> | |
| 1656 <owner>guidou@chromium.org</owner> | |
| 1657 <owner>hta@chromium.org</owner> | |
| 1658 <owner>tommi@chromium.org</owner> | |
| 1659 <summary> | |
| 1660 The ETLD+1 of the URL that created a WebRTC peer connection. Recorded when | |
| 1661 an RTCPeerConnection object is created. | |
| 1662 </summary> | |
| 1663 </rappor-metric> | |
| 1664 | |
| 1665 <rappor-metric name="RTCPeerConnection.Stable" type="ETLD_PLUS_ONE"> | |
|
Steven Holte
2016/06/23 20:21:06
It looks like these metrics will essentially be re
| |
| 1666 <owner>guidou@chromium.org</owner> | |
| 1667 <owner>hta@chromium.org</owner> | |
| 1668 <owner>tommi@chromium.org</owner> | |
| 1669 <summary> | |
| 1670 The ETLD+1 of the URL with a WebRTC peer connection that has completed an | |
| 1671 offer/answer exchange. Recorded when the signaling state of an | |
| 1672 RTCPeerConnection object changes to stable. | |
| 1673 </summary> | |
| 1674 </rappor-metric> | |
| 1675 | |
| 1644 <rappor-metric name="ResourceReporter.Cpu" type="UMA_RAPPOR_TYPE"> | 1676 <rappor-metric name="ResourceReporter.Cpu" type="UMA_RAPPOR_TYPE"> |
| 1645 <owner>afakhry@chromium.org</owner> | 1677 <owner>afakhry@chromium.org</owner> |
| 1646 <summary> | 1678 <summary> |
| 1647 A Chrome task, its process priority, and its CPU usage range. | 1679 A Chrome task, its process priority, and its CPU usage range. |
| 1648 </summary> | 1680 </summary> |
| 1649 <string-field name="task"> | 1681 <string-field name="task"> |
| 1650 <summary> | 1682 <summary> |
| 1651 The canonicalized name of a Chrome task. In most cases this is the origin | 1683 The canonicalized name of a Chrome task. In most cases this is the origin |
| 1652 URL of the task's WebContents. | 1684 URL of the task's WebContents. |
| 1653 </summary> | 1685 </summary> |
| (...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2027 <flag>Bit 1: IS_REPEAT_VISIT</flag> | 2059 <flag>Bit 1: IS_REPEAT_VISIT</flag> |
| 2028 <summary> | 2060 <summary> |
| 2029 Bitfield of the state from an SSL warning interstitial. | 2061 Bitfield of the state from an SSL warning interstitial. |
| 2030 </summary> | 2062 </summary> |
| 2031 </flags-field> | 2063 </flags-field> |
| 2032 </rappor-metric> | 2064 </rappor-metric> |
| 2033 | 2065 |
| 2034 </rappor-metrics> | 2066 </rappor-metrics> |
| 2035 | 2067 |
| 2036 </rappor-configuration> | 2068 </rappor-configuration> |
| OLD | NEW |