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

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

Issue 2769443002: Add more metrics for VideoPersistence. (Closed)
Patch Set: Created 3 years, 9 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 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 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 type="ETLD_PLUS_ONE"> 1366 type="ETLD_PLUS_ONE">
1367 <owner>avayvod@chromium.org</owner> 1367 <owner>avayvod@chromium.org</owner>
1368 <owner>mlamouri@chromium.org</owner> 1368 <owner>mlamouri@chromium.org</owner>
1369 <owner>zqzhang@chromium.org</owner> 1369 <owner>zqzhang@chromium.org</owner>
1370 <summary> 1370 <summary>
1371 The eTLD+1 of the frame URL that has an autoplay muted video by play() 1371 The eTLD+1 of the frame URL that has an autoplay muted video by play()
1372 method. 1372 method.
1373 </summary> 1373 </summary>
1374 </rappor-metric> 1374 </rappor-metric>
1375 1375
1376 <rappor-metric name="Media.VideoPersistence.TopFrame" type="ETLD_PLUS_ONE">
1377 <owner>mlamouri@chromium.org</owner>
1378 <owner>peconn@chromium.org</owner>
1379 <owner>zqzhang@chromium.org</owner>
1380 <summary>
1381 The eTLD+1 of the top frame of the tab when a video persistence session is
1382 initialized.
1383 </summary>
1384 </rappor-metric>
1385
1376 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.NTPTileClick" 1386 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.NTPTileClick"
1377 type="UMA_RAPPOR_TYPE"> 1387 type="UMA_RAPPOR_TYPE">
1378 <owner>knn@chromium.org</owner> 1388 <owner>knn@chromium.org</owner>
1379 <summary> 1389 <summary>
1380 The eTLD+1 of the website visited by a user by clicking on the tile in the 1390 The eTLD+1 of the website visited by a user by clicking on the tile in the
1381 NewTabPage. 1391 NewTabPage.
1382 </summary> 1392 </summary>
1383 </rappor-metric> 1393 </rappor-metric>
1384 1394
1385 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.OmniboxNonSearch" 1395 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.OmniboxNonSearch"
(...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
2438 <flag bit="1" label="IS_REPEAT_VISIT"/> 2448 <flag bit="1" label="IS_REPEAT_VISIT"/>
2439 <summary> 2449 <summary>
2440 Bitfield of the state from an SSL warning interstitial. 2450 Bitfield of the state from an SSL warning interstitial.
2441 </summary> 2451 </summary>
2442 </flags-field> 2452 </flags-field>
2443 </rappor-metric> 2453 </rappor-metric>
2444 2454
2445 </rappor-metrics> 2455 </rappor-metrics>
2446 2456
2447 </rappor-configuration> 2457 </rappor-configuration>
OLDNEW
« tools/metrics/histograms/histograms.xml ('K') | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698