Bug 1503247 - Extend TLS_EARLY_DATA_* telemetry probes. r=bagder

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dragana Damjanovic 2018-10-31 09:24:13 +00:00
Родитель a65c0c1cb1
Коммит 6edfe46fb3
1 изменённых файлов: 9 добавлений и 6 удалений

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

@ -2093,30 +2093,33 @@
},
"TLS_EARLY_DATA_NEGOTIATED": {
"record_in_processes": ["main", "content"],
"expires_in_version": "66",
"expires_in_version": "71",
"kind": "enumerated",
"n_values": 3,
"description": "Sending TLS early data was possible: 0 - not possible, 1 - possible but not used, 2 - possible and used.",
"alert_emails": ["necko@mozilla.com", "ddamjanovic@mozilla.com"],
"bug_numbers": [1296288]
"bug_numbers": [1296288],
"releaseChannelCollection": "opt-out"
},
"TLS_EARLY_DATA_ACCEPTED": {
"record_in_processes": ["main", "content"],
"expires_in_version": "66",
"expires_in_version": "71",
"kind": "boolean",
"description": "TLS early data was used and it was accepted (true) or rejected (false) by the remote host.",
"alert_emails": ["necko@mozilla.com", "ddamjanovic@mozilla.com"],
"bug_numbers": [1296288]
"bug_numbers": [1296288],
"releaseChannelCollection": "opt-out"
},
"TLS_EARLY_DATA_BYTES_WRITTEN": {
"record_in_processes": ["main", "content"],
"expires_in_version": "66",
"expires_in_version": "71",
"kind": "exponential",
"high": 60000,
"n_buckets": 100,
"description": "Amount of bytes sent using TLS early data at the start of a TLS connection for a given channel.",
"alert_emails": ["necko@mozilla.com", "ddamjanovic@mozilla.com"],
"bug_numbers": [1296288]
"bug_numbers": [1296288],
"releaseChannelCollection": "opt-out"
},
"ESNI_KEYS_RECORD_FETCH_DELAYS": {
"record_in_processes": ["main"],