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

Side by Side Diff: components/domain_reliability/baked_in_configs/star_google-analytics_com.json

Issue 1180223006: Domain Reliability: Simplify configs and reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix memory leak in unittests Created 5 years, 1 month 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
(Empty)
1 {
2 "config_version": "star-google-analytics-com $Revision: #4 $",
3 "config_valid_until": 1446336000,
4 "monitored_domain": "*.google-analytics.com",
5 "collectors": [
6 {
7 "upload_url": "https://clients2.google.com/domainreliability/upload"
8 },
9 {
10 "upload_url": "https://beacons.gvt2.com/domainreliability/upload"
11 },
12 {
13 "upload_url": "https://beacons2.gvt2.com/domainreliability/upload"
14 },
15 {
16 "upload_url": "https://beacons3.gvt2.com/domainreliability/upload"
17 },
18 {
19 "upload_url": "https://beacons4.gvt2.com/domainreliability/upload"
20 }
21 ],
22 "monitored_resources": [
23 {
24 "resource_name": "www-google-analytics-com-analytics-js",
25 "url_patterns": ["http?://www.google-analytics.com/analytics.js"],
26 "success_sample_rate": 0.05,
27 "failure_sample_rate": 1.00
28 },
29 {
30 "resource_name": "www-google-analytics-com-ga-js",
31 "url_patterns": ["http?://www.google-analytics.com/ga.js"],
32 "success_sample_rate": 0.05,
33 "failure_sample_rate": 1.00
34 },
35 {
36 "resource_name": "www-google-analytics-com-utm-gif",
37 "url_patterns": ["http?://www.google-analytics.com/__utm.gif"],
38 "success_sample_rate": 0.05,
39 "failure_sample_rate": 1.00
40 },
41 {
42 "resource_name": "ssl-google-analytics-com-ga-js",
43 "url_patterns": ["http?://ssl.google-analytics.com/ga.js"],
44 "success_sample_rate": 0.05,
45 "failure_sample_rate": 1.00
46 },
47 {
48 "resource_name": "ssl-google-analytics-com-utm-gif",
49 "url_patterns": ["http?://ssl.google-analytics.com/__utm.gif"],
50 "success_sample_rate": 0.05,
51 "failure_sample_rate": 1.00
52 },
53 {
54 "resource_name": "star-google-analytics-com-other",
55 "url_patterns": ["*"],
56 "success_sample_rate": 0.05,
57 "failure_sample_rate": 1.00
58 }
59 ]
60 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698