| Index: components/domain_reliability/baked_in_configs/drive_google_com.json
|
| diff --git a/components/domain_reliability/baked_in_configs/drive_google_com.json b/components/domain_reliability/baked_in_configs/drive_google_com.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b8ee3dcbfb6d05d8547c8500b1e1f5ebf8a28a17
|
| --- /dev/null
|
| +++ b/components/domain_reliability/baked_in_configs/drive_google_com.json
|
| @@ -0,0 +1,24 @@
|
| +{
|
| + "config_version": "drive-google-com-v1",
|
| + "config_valid_until": 1405382400.0,
|
| + "monitored_domain": "drive.google.com",
|
| + "collectors": [
|
| + {
|
| + "upload_url": "https://clients2.google.com/domainreliability/upload"
|
| + }
|
| + ],
|
| + "monitored_resources": [
|
| + {
|
| + "resource_name": "drive-home",
|
| + "url_patterns": ["http*://drive.google.com/"],
|
| + "success_sample_rate": 0.05,
|
| + "failure_sample_rate": 0.50
|
| + },
|
| + {
|
| + "resource_name": "drive-other",
|
| + "url_patterns": ["http*://drive.google.com/*"],
|
| + "success_sample_rate": 0.05,
|
| + "failure_sample_rate": 0.50
|
| + }
|
| + ]
|
| +}
|
|
|