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

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

Issue 2476323002: RAPPOR metric for usage of RTCPeerConnection without connecting. (Closed)
Patch Set: Updated comment Created 3 years, 10 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 <!-- 7 <!--
8 This file is used to generate a comprehensive list of Chrome rappor metrics 8 This file is used to generate a comprehensive list of Chrome rappor metrics
9 along with a detailed description for each histogram. See the design doc at 9 along with a detailed description for each histogram. See the design doc at
10 http://www.chromium.org/developers/design-documents/rappor 10 http://www.chromium.org/developers/design-documents/rappor
(...skipping 1919 matching lines...) Expand 10 before | Expand all | Expand 10 after
1930 <rappor-metric name="RTCPeerConnection.DataChannel" type="ETLD_PLUS_ONE"> 1930 <rappor-metric name="RTCPeerConnection.DataChannel" type="ETLD_PLUS_ONE">
1931 <owner>guidou@chromium.org</owner> 1931 <owner>guidou@chromium.org</owner>
1932 <owner>hta@chromium.org</owner> 1932 <owner>hta@chromium.org</owner>
1933 <owner>tommi@chromium.org</owner> 1933 <owner>tommi@chromium.org</owner>
1934 <summary> 1934 <summary>
1935 The ETLD+1 of the URL with a WebRTC peer connection with at least one data 1935 The ETLD+1 of the URL with a WebRTC peer connection with at least one data
1936 channel. 1936 channel.
1937 </summary> 1937 </summary>
1938 </rappor-metric> 1938 </rappor-metric>
1939 1939
1940 <rappor-metric name="RTCPeerConnection.Unconnected" type="ETLD_PLUS_ONE">
1941 <owner>guidou@chromium.org</owner>
1942 <owner>hta@chromium.org</owner>
1943 <owner>tommi@chromium.org</owner>
1944 <summary>
1945 The ETLD+1 of the URL with a WebRTC peer connection that was created but
1946 never connected.
1947 </summary>
1948 </rappor-metric>
1949
1940 <rappor-metric name="RTCPeerConnection.Video" type="ETLD_PLUS_ONE"> 1950 <rappor-metric name="RTCPeerConnection.Video" type="ETLD_PLUS_ONE">
1941 <owner>guidou@chromium.org</owner> 1951 <owner>guidou@chromium.org</owner>
1942 <owner>hta@chromium.org</owner> 1952 <owner>hta@chromium.org</owner>
1943 <owner>tommi@chromium.org</owner> 1953 <owner>tommi@chromium.org</owner>
1944 <summary> 1954 <summary>
1945 The ETLD+1 of the URL with a WebRTC peer connection with at least one video 1955 The ETLD+1 of the URL with a WebRTC peer connection with at least one video
1946 track. 1956 track.
1947 </summary> 1957 </summary>
1948 </rappor-metric> 1958 </rappor-metric>
1949 1959
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
2371 <flag bit="1" label="IS_REPEAT_VISIT"/> 2381 <flag bit="1" label="IS_REPEAT_VISIT"/>
2372 <summary> 2382 <summary>
2373 Bitfield of the state from an SSL warning interstitial. 2383 Bitfield of the state from an SSL warning interstitial.
2374 </summary> 2384 </summary>
2375 </flags-field> 2385 </flags-field>
2376 </rappor-metric> 2386 </rappor-metric>
2377 2387
2378 </rappor-metrics> 2388 </rappor-metrics>
2379 2389
2380 </rappor-configuration> 2390 </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