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

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

Issue 2095643002: Add RTCPeerConnection RAPPOR metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: record metrics only for connected PCs Created 4 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:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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.Audio" 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 with at least one audio
1650 track.
1651 </summary>
1652 </rappor-metric>
1653
1654 <rappor-metric name="RTCPeerConnection.DataChannel" type="ETLD_PLUS_ONE">
1655 <owner>guidou@chromium.org</owner>
1656 <owner>hta@chromium.org</owner>
1657 <owner>tommi@chromium.org</owner>
1658 <summary>
1659 The ETLD+1 of the URL with a WebRTC peer connection with at least one data
1660 channel.
1661 </summary>
1662 </rappor-metric>
1663
1664 <rappor-metric name="RTCPeerConnection.Video" type="ETLD_PLUS_ONE">
1665 <owner>guidou@chromium.org</owner>
1666 <owner>hta@chromium.org</owner>
1667 <owner>tommi@chromium.org</owner>
1668 <summary>
1669 The ETLD+1 of the URL with a WebRTC peer connection with at least one video
1670 track.
1671 </summary>
1672 </rappor-metric>
1673
1644 <rappor-metric name="ResourceReporter.Cpu" type="UMA_RAPPOR_TYPE"> 1674 <rappor-metric name="ResourceReporter.Cpu" type="UMA_RAPPOR_TYPE">
1645 <owner>afakhry@chromium.org</owner> 1675 <owner>afakhry@chromium.org</owner>
1646 <summary> 1676 <summary>
1647 A Chrome task, its process priority, and its CPU usage range. 1677 A Chrome task, its process priority, and its CPU usage range.
1648 </summary> 1678 </summary>
1649 <string-field name="task"> 1679 <string-field name="task">
1650 <summary> 1680 <summary>
1651 The canonicalized name of a Chrome task. In most cases this is the origin 1681 The canonicalized name of a Chrome task. In most cases this is the origin
1652 URL of the task's WebContents. 1682 URL of the task's WebContents.
1653 </summary> 1683 </summary>
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
2027 <flag>Bit 1: IS_REPEAT_VISIT</flag> 2057 <flag>Bit 1: IS_REPEAT_VISIT</flag>
2028 <summary> 2058 <summary>
2029 Bitfield of the state from an SSL warning interstitial. 2059 Bitfield of the state from an SSL warning interstitial.
2030 </summary> 2060 </summary>
2031 </flags-field> 2061 </flags-field>
2032 </rappor-metric> 2062 </rappor-metric>
2033 2063
2034 </rappor-metrics> 2064 </rappor-metrics>
2035 2065
2036 </rappor-configuration> 2066 </rappor-configuration>
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698