Bug 1668604 - extend telemetry period of networking.data_transferred_v3_kb and HTTP_TRAFFIC_ANALYSIS_3. r=chutten

Differential Revision: https://phabricator.services.mozilla.com/D92573
This commit is contained in:
Tim Huang 2020-10-07 08:55:46 +00:00
parent 98e7259515
commit 57dfb96bfa
2 changed files with 8 additions and 5 deletions

View File

@ -15157,9 +15157,9 @@
"HTTP_TRAFFIC_ANALYSIS_3": {
"record_in_processes": ["main"],
"products": ["firefox", "fennec"],
"alert_emails": ["gachen@mozilla.com"],
"bug_numbers": [1533363, 1546796, 1546906, 1550756, 1572666, 1590124, 1621800],
"expires_in_version": "84",
"alert_emails": ["arthur@mozilla.com", "tanvi@mozilla.com", "tihuang@mozilla.com"],
"bug_numbers": [1533363, 1546796, 1546906, 1550756, 1572666, 1590124, 1621800, 1668604],
"expires_in_version": "91",
"kind": "categorical",
"n_values": 50,
"labels": [

View File

@ -4887,6 +4887,7 @@ networking:
- 1572666
- 1590124
- 1621800
- 1668604
description: >
How many KB of HTTP data transferred by type, there are some categories
separated by keys based on 5 parameters:
@ -4921,11 +4922,13 @@ networking:
"Y21_P3FpLead",
"Y22_P3FpBg",
"Y23_P3FpOth"
expires: "84"
expires: "91"
keyed: true
kind: uint
notification_emails:
- gachen@mozilla.com
- arthur@mozilla.com
- tanvi@mozilla.com
- tihuang@mozilla.com
products:
- 'firefox'
- 'fennec'