зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
a65c0c1cb1
Коммит
6edfe46fb3
|
@ -2093,30 +2093,33 @@
|
||||||
},
|
},
|
||||||
"TLS_EARLY_DATA_NEGOTIATED": {
|
"TLS_EARLY_DATA_NEGOTIATED": {
|
||||||
"record_in_processes": ["main", "content"],
|
"record_in_processes": ["main", "content"],
|
||||||
"expires_in_version": "66",
|
"expires_in_version": "71",
|
||||||
"kind": "enumerated",
|
"kind": "enumerated",
|
||||||
"n_values": 3,
|
"n_values": 3,
|
||||||
"description": "Sending TLS early data was possible: 0 - not possible, 1 - possible but not used, 2 - possible and used.",
|
"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"],
|
"alert_emails": ["necko@mozilla.com", "ddamjanovic@mozilla.com"],
|
||||||
"bug_numbers": [1296288]
|
"bug_numbers": [1296288],
|
||||||
|
"releaseChannelCollection": "opt-out"
|
||||||
},
|
},
|
||||||
"TLS_EARLY_DATA_ACCEPTED": {
|
"TLS_EARLY_DATA_ACCEPTED": {
|
||||||
"record_in_processes": ["main", "content"],
|
"record_in_processes": ["main", "content"],
|
||||||
"expires_in_version": "66",
|
"expires_in_version": "71",
|
||||||
"kind": "boolean",
|
"kind": "boolean",
|
||||||
"description": "TLS early data was used and it was accepted (true) or rejected (false) by the remote host.",
|
"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"],
|
"alert_emails": ["necko@mozilla.com", "ddamjanovic@mozilla.com"],
|
||||||
"bug_numbers": [1296288]
|
"bug_numbers": [1296288],
|
||||||
|
"releaseChannelCollection": "opt-out"
|
||||||
},
|
},
|
||||||
"TLS_EARLY_DATA_BYTES_WRITTEN": {
|
"TLS_EARLY_DATA_BYTES_WRITTEN": {
|
||||||
"record_in_processes": ["main", "content"],
|
"record_in_processes": ["main", "content"],
|
||||||
"expires_in_version": "66",
|
"expires_in_version": "71",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"high": 60000,
|
"high": 60000,
|
||||||
"n_buckets": 100,
|
"n_buckets": 100,
|
||||||
"description": "Amount of bytes sent using TLS early data at the start of a TLS connection for a given channel.",
|
"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"],
|
"alert_emails": ["necko@mozilla.com", "ddamjanovic@mozilla.com"],
|
||||||
"bug_numbers": [1296288]
|
"bug_numbers": [1296288],
|
||||||
|
"releaseChannelCollection": "opt-out"
|
||||||
},
|
},
|
||||||
"ESNI_KEYS_RECORD_FETCH_DELAYS": {
|
"ESNI_KEYS_RECORD_FETCH_DELAYS": {
|
||||||
"record_in_processes": ["main"],
|
"record_in_processes": ["main"],
|
||||||
|
|
Загрузка…
Ссылка в новой задаче