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

Side by Side Diff: components/domain_reliability/baked_in_configs/drive_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
OLDNEW
(Empty)
1 {
2 "config_version": "drive-google-com-v1",
3 "config_valid_until": 1405382400.0,
4 "monitored_domain": "drive.google.com",
5 "collectors": [
6 {
7 "upload_url": "https://clients2.google.com/domainreliability/upload"
8 }
9 ],
10 "monitored_resources": [
11 {
12 "resource_name": "drive-home",
13 "url_patterns": ["http*://drive.google.com/"],
14 "success_sample_rate": 0.05,
15 "failure_sample_rate": 0.50
16 },
17 {
18 "resource_name": "drive-other",
19 "url_patterns": ["http*://drive.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.gypi ('k') | components/domain_reliability/baked_in_configs/mail_google_com.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698