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

Unified Diff: components/domain_reliability/baked_in_configs/mail_google_com.json

Issue 945443002: Domain Reliability: Update mail.google.com config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/domain_reliability/baked_in_configs/mail_google_com.json
diff --git a/components/domain_reliability/baked_in_configs/mail_google_com.json b/components/domain_reliability/baked_in_configs/mail_google_com.json
index 4d43913ba86c35c28b5cdb852671777d383d321e..3dc51d497cf2a848357f340f1aa514819f752023 100644
--- a/components/domain_reliability/baked_in_configs/mail_google_com.json
+++ b/components/domain_reliability/baked_in_configs/mail_google_com.json
@@ -1,5 +1,5 @@
{
- "config_version": "mail-google-com $Revision: #5 $",
+ "config_version": "mail-google-com $Revision: #6 $",
"config_valid_until": 1446336000,
"monitored_domain": "mail.google.com",
"collectors": [
@@ -27,6 +27,12 @@
"failure_sample_rate": 1.00
},
{
+ "resource_name": "gmail-persistent",
+ "url_patterns": ["http*://mail.google.com/*/channel/bind*"],
+ "success_sample_rate": 0.05,
+ "failure_sample_rate": 1.00
+ },
+ {
"resource_name": "gmail-other",
"url_patterns": ["*"],
"success_sample_rate": 0.05,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698