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

Unified 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 side-by-side diff with in-line comments
Download patch
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
+ }
+ ]
+}
« 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