Bug 1572842 - Collect TRR data on release channel r=dragana

Differential Revision: https://phabricator.services.mozilla.com/D43104

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kershaw Chang 2019-08-24 05:35:10 +00:00
Родитель 1a76778801
Коммит 2f86a5c093
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -4011,6 +4011,7 @@
"kind": "categorical",
"labels": ["BothWorked", "NativeWorked", "TRRWorked", "BothFailed"],
"bug_numbers": [1460589],
"releaseChannelCollection": "opt-out",
"description": "DNS: success distribution when both native and TRR were used"
},
"DNS_TRR_FIRST2": {
@ -4021,6 +4022,7 @@
"kind": "categorical",
"labels": ["TRR", "NativeAfterTRR", "Native", "BothFailed"],
"bug_numbers": [1497252],
"releaseChannelCollection": "opt-out",
"description": "TRR-first mode distribution. 0=Worked, 1=fell back fine after TRR fail, 2=native worked, 3=both failed"
},
"DNS_TRR_DISABLED": {
@ -4030,6 +4032,7 @@
"kind": "boolean",
"description": "Resolve success rate when in TRR-first and called TRR-disabled (fall-back mode)",
"bug_numbers": [1472659],
"releaseChannelCollection": "opt-out",
"alert_emails": ["necko@mozilla.com", "dstenberg@mozilla.com"]
},
"DNS_TRR_BLACKLISTED": {
@ -4069,6 +4072,7 @@
"labels": ["Fine", "Timeout", "Bad"],
"description": "How often TRR (Trusted Recursive Resolver) requests are fine, time-out or error.",
"bug_numbers": [1497438],
"releaseChannelCollection": "opt-out",
"alert_emails": ["necko@mozilla.com", "dstenberg@mozilla.com"]
},
"DNS_LOOKUP_ALGORITHM": {
@ -4090,6 +4094,7 @@
"labels": ["trrOK", "trrFail", "trrAOK", "trrAFail",
"trrAAAAOK", "trrAAAAFail", "osOK", "osFail"],
"bug_numbers": [1434852],
"releaseChannelCollection": "opt-out",
"description": "DNS: lookup algorithm"
},
"DNS_RENEWAL_TIME": {