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

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

Issue 2681903002: RAPPOR metric for usage of RTCPeerConnection without connecting. (Closed)
Patch Set: 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 1928 matching lines...) Expand 10 before | Expand all | Expand 10 after
1939 <rappor-metric name="RTCPeerConnection.DataChannel" type="ETLD_PLUS_ONE"> 1939 <rappor-metric name="RTCPeerConnection.DataChannel" type="ETLD_PLUS_ONE">
1940 <owner>guidou@chromium.org</owner> 1940 <owner>guidou@chromium.org</owner>
1941 <owner>hta@chromium.org</owner> 1941 <owner>hta@chromium.org</owner>
1942 <owner>tommi@chromium.org</owner> 1942 <owner>tommi@chromium.org</owner>
1943 <summary> 1943 <summary>
1944 The ETLD+1 of the URL with a WebRTC peer connection with at least one data 1944 The ETLD+1 of the URL with a WebRTC peer connection with at least one data
1945 channel. 1945 channel.
1946 </summary> 1946 </summary>
1947 </rappor-metric> 1947 </rappor-metric>
1948 1948
1949 <rappor-metric name="RTCPeerConnection.Unconnected" type="ETLD_PLUS_ONE">
1950 <owner>guidou@chromium.org</owner>
1951 <owner>hta@chromium.org</owner>
1952 <owner>tommi@chromium.org</owner>
1953 <summary>
1954 The ETLD+1 of the URL with a WebRTC peer connection that was created but
1955 never connected.
1956 </summary>
1957 </rappor-metric>
1958
1949 <rappor-metric name="RTCPeerConnection.Video" type="ETLD_PLUS_ONE"> 1959 <rappor-metric name="RTCPeerConnection.Video" type="ETLD_PLUS_ONE">
1950 <owner>guidou@chromium.org</owner> 1960 <owner>guidou@chromium.org</owner>
1951 <owner>hta@chromium.org</owner> 1961 <owner>hta@chromium.org</owner>
1952 <owner>tommi@chromium.org</owner> 1962 <owner>tommi@chromium.org</owner>
1953 <summary> 1963 <summary>
1954 The ETLD+1 of the URL with a WebRTC peer connection with at least one video 1964 The ETLD+1 of the URL with a WebRTC peer connection with at least one video
1955 track. 1965 track.
1956 </summary> 1966 </summary>
1957 </rappor-metric> 1967 </rappor-metric>
1958 1968
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
2380 <flag bit="1" label="IS_REPEAT_VISIT"/> 2390 <flag bit="1" label="IS_REPEAT_VISIT"/>
2381 <summary> 2391 <summary>
2382 Bitfield of the state from an SSL warning interstitial. 2392 Bitfield of the state from an SSL warning interstitial.
2383 </summary> 2393 </summary>
2384 </flags-field> 2394 </flags-field>
2385 </rappor-metric> 2395 </rappor-metric>
2386 2396
2387 </rappor-metrics> 2397 </rappor-metrics>
2388 2398
2389 </rappor-configuration> 2399 </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