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

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

Issue 278773003: Domain Reliability: Bake in two more configs. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 7 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 | « components/domain_reliability/baked_in_configs/drive_google_com.json ('k') | 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
(Empty)
1 {
2 "config_version": "mail-google-com-v1",
3 "config_valid_until": 1405382400.0,
4 "monitored_domain": "mail.google.com",
5 "collectors": [
6 {
7 "upload_url": "https://clients2.google.com/domainreliability/upload"
8 }
9 ],
10 "monitored_resources": [
11 {
12 "resource_name": "gmail-home",
13 "url_patterns": ["http*://mail.google.com/"],
14 "success_sample_rate": 0.05,
15 "failure_sample_rate": 0.50
16 },
17 {
18 "resource_name": "gmail-other",
19 "url_patterns": ["http*://mail.google.com/*"],
20 "success_sample_rate": 0.05,
21 "failure_sample_rate": 0.50
22 }
23 ]
24 }
OLDNEW
« no previous file with comments | « components/domain_reliability/baked_in_configs/drive_google_com.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698