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

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

Issue 571973002: Domain Reliability: Update/add configs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2125
Patch Set: Created 6 years, 3 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
1 { 1 {
2 "config_version": "docs-google-com-v1", 2 "config_version": "docs-google-com-v1",
3 "config_valid_until": 1413331200.0, 3 "config_valid_until": 1425168000.0,
4 "monitored_domain": "docs.google.com", 4 "monitored_domain": "docs.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 },
9 {
10 "upload_url": "https://beacons.gvt2.com/domainreliability/upload"
8 } 11 }
9 ], 12 ],
10 "monitored_resources": [ 13 "monitored_resources": [
11 { 14 {
12 "resource_name": "docs-google-com-docs", 15 "resource_name": "docs-google-com-docs",
13 "url_patterns": ["http*://docs.google.com/*/document/*"], 16 "url_patterns": ["http*://docs.google.com/*/document/*"],
14 "success_sample_rate": 0.05, 17 "success_sample_rate": 0.05,
15 "failure_sample_rate": 1.00 18 "failure_sample_rate": 1.00
16 }, 19 },
17 { 20 {
18 "resource_name": "docs-google-com-slides", 21 "resource_name": "docs-google-com-slides",
19 "url_patterns": ["http*://docs.google.com/*/presentation/*"], 22 "url_patterns": ["http*://docs.google.com/*/presentation/*"],
20 "success_sample_rate": 0.05, 23 "success_sample_rate": 0.05,
21 "failure_sample_rate": 1.00 24 "failure_sample_rate": 1.00
22 }, 25 },
23 { 26 {
24 "resource_name": "docs-google-com-sheets", 27 "resource_name": "docs-google-com-sheets",
25 "url_patterns": ["http*://docs.google.com/*/spreadsheets/*"], 28 "url_patterns": ["http*://docs.google.com/*/spreadsheets/*"],
26 "success_sample_rate": 0.05, 29 "success_sample_rate": 0.05,
27 "failure_sample_rate": 1.00 30 "failure_sample_rate": 1.00
28 }, 31 },
29 { 32 {
30 "resource_name": "docs-google-com-other", 33 "resource_name": "docs-google-com-other",
31 "url_patterns": ["http*://docs.google.com/*"], 34 "url_patterns": ["http*://docs.google.com/*"],
32 "success_sample_rate": 0.05, 35 "success_sample_rate": 0.05,
33 "failure_sample_rate": 1.00 36 "failure_sample_rate": 1.00
34 } 37 }
35 ] 38 ]
36 } 39 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698