Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: components/domain_reliability/baked_in_configs/mail_google_com.json

Issue 945443002: Domain Reliability: Update mail.google.com config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "config_version": "mail-google-com $Revision: #5 $", 2 "config_version": "mail-google-com $Revision: #6 $",
3 "config_valid_until": 1446336000, 3 "config_valid_until": 1446336000,
4 "monitored_domain": "mail.google.com", 4 "monitored_domain": "mail.google.com",
5 "collectors": [ 5 "collectors": [
6 { 6 {
7 "upload_url": "https://clients2.google.com/domainreliability/upload" 7 "upload_url": "https://clients2.google.com/domainreliability/upload"
8 }, 8 },
9 { 9 {
10 "upload_url": "https://beacons.gvt2.com/domainreliability/upload" 10 "upload_url": "https://beacons.gvt2.com/domainreliability/upload"
11 }, 11 },
12 { 12 {
13 "upload_url": "https://beacons2.gvt2.com/domainreliability/upload" 13 "upload_url": "https://beacons2.gvt2.com/domainreliability/upload"
14 }, 14 },
15 { 15 {
16 "upload_url": "https://beacons3.gvt2.com/domainreliability/upload" 16 "upload_url": "https://beacons3.gvt2.com/domainreliability/upload"
17 }, 17 },
18 { 18 {
19 "upload_url": "https://beacons4.gvt2.com/domainreliability/upload" 19 "upload_url": "https://beacons4.gvt2.com/domainreliability/upload"
20 } 20 }
21 ], 21 ],
22 "monitored_resources": [ 22 "monitored_resources": [
23 { 23 {
24 "resource_name": "gmail-home", 24 "resource_name": "gmail-home",
25 "url_patterns": ["http*://mail.google.com/"], 25 "url_patterns": ["http*://mail.google.com/"],
26 "success_sample_rate": 0.05, 26 "success_sample_rate": 0.05,
27 "failure_sample_rate": 1.00 27 "failure_sample_rate": 1.00
28 }, 28 },
29 { 29 {
30 "resource_name": "gmail-persistent",
31 "url_patterns": ["http*://mail.google.com/*/channel/bind*"],
32 "success_sample_rate": 0.05,
33 "failure_sample_rate": 1.00
34 },
35 {
30 "resource_name": "gmail-other", 36 "resource_name": "gmail-other",
31 "url_patterns": ["*"], 37 "url_patterns": ["*"],
32 "success_sample_rate": 0.05, 38 "success_sample_rate": 0.05,
33 "failure_sample_rate": 1.00 39 "failure_sample_rate": 1.00
34 } 40 }
35 ] 41 ]
36 } 42 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698