Bug 1401509 - Extend the TLS early-data telemetry. r=mcmanus

This commit is contained in:
Dragana Damjanovic 2017-09-21 10:04:24 +02:00
parent 9e6b5807aa
commit 1210a1f081

View File

@ -2481,7 +2481,7 @@
},
"TLS_EARLY_DATA_NEGOTIATED": {
"record_in_processes": ["main", "content"],
"expires_in_version": "58",
"expires_in_version": "62",
"kind": "enumerated",
"n_values": 3,
"description": "Sending TLS early data was possible: 0 - not possible, 1 - possible but not used, 2 - possible and used.",
@ -2490,7 +2490,7 @@
},
"TLS_EARLY_DATA_ACCEPTED": {
"record_in_processes": ["main", "content"],
"expires_in_version": "58",
"expires_in_version": "62",
"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"],
@ -2498,7 +2498,7 @@
},
"TLS_EARLY_DATA_BYTES_WRITTEN": {
"record_in_processes": ["main", "content"],
"expires_in_version": "58",
"expires_in_version": "62",
"kind": "exponential",
"high": 60000,
"n_buckets": 100,