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

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

Issue 391383003: Domain Reliability: Update baked-in configs, add more (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add contact info to AddBakedInConfigs test Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "config_version": "docs-google-com-v1",
3 "config_valid_until": 1413331200.0,
4 "monitored_domain": "docs.google.com",
5 "collectors": [
6 {
7 "upload_url": "https://clients2.google.com/domainreliability/upload"
8 }
9 ],
10 "monitored_resources": [
11 {
12 "resource_name": "docs-google-com-docs",
13 "url_patterns": ["http*://docs.google.com/*/document/*"],
14 "success_sample_rate": 0.05,
15 "failure_sample_rate": 1.00
16 },
17 {
18 "resource_name": "docs-google-com-slides",
19 "url_patterns": ["http*://docs.google.com/*/presentation/*"],
20 "success_sample_rate": 0.05,
21 "failure_sample_rate": 1.00
22 },
23 {
24 "resource_name": "docs-google-com-sheets",
25 "url_patterns": ["http*://docs.google.com/*/spreadsheets/*"],
26 "success_sample_rate": 0.05,
27 "failure_sample_rate": 1.00
28 },
29 {
30 "resource_name": "docs-google-com-other",
31 "url_patterns": ["http*://docs.google.com/*"],
32 "success_sample_rate": 0.05,
33 "failure_sample_rate": 1.00
34 }
35 ]
36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698