forked from mozilla/telemetry-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
174 lines (169 loc) · 10.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Telemetry portal</title>
<!-- Bootstrap and supporting libraries -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style/dashboards.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-49796218-2"></script>
</head>
<body>
<div class="container-fluid">
<header>
<form class="navbar-form inline pull-right">
<a href="https://github.com/mozilla/telemetry-dashboard/issues" class="btn" title="Report bugs in Telemetry dashboards">Report bug</a>
</form>
<h2>Telemetry portal</h2>
<!-- <div class="error-msg">
The small, unrepresentative sample population of release users will soon stop being aggregated.
For context, please read <a href="https://medium.com/@georg.fritzsche/data-preference-changes-in-firefox-58-2d5df9c428b5">this blog post</a>.
</div> -->
</header>
<div class="row">
<div class="col-md-4">
<h3>Main tools</h3>
<div class="dashboard-list list-group" style="margin: 0">
<a class="list-group-item" href="new-pipeline/dist.html">
Measurement Dashboard
<div class="dashboard-description">View measure distributions as histograms.</div>
</a>
<a class="list-group-item" href="new-pipeline/evo.html">
Evolution Dashboard <div class="dashboard-description">View evolution of measure values over time.</div>
</a>
<a class="list-group-item" href="https://metrics.mozilla.com/firefox-hardware-report/">
Firefox Hardware Report
<div class="dashboard-description">See what hardware Firefox users have.</div>
</a>
<a class="list-group-item" href="https://sql.telemetry.mozilla.org/">
SQL Portal <span class="fa fa-lock"></span>
<div class="dashboard-description">View dashboards & run SQL queries.</div>
</a>
<a class="list-group-item" href="https://moz-experiments-viewer.herokuapp.com/">
Experiments Viewer <span class="fa fa-lock"></span>
<div class="dashboard-description">See the impact different experiments have.</div>
</a>
<a class="list-group-item" href="https://data-missioncontrol.dev.mozaws.net/">
Mission Control <div class="dashboard-description">View key Firefox quality measures in near-realtime.</div>
</a>
<a class="list-group-item" href="https://analysis.telemetry.mozilla.org/">
Analysis Portal <span class="fa fa-lock"></span>
<div class="dashboard-description">Analyze telemetry data with Spark.</div>
</a>
</div>
<h3>Documentation</h3>
<div class="dashboard-list list-group" style="margin: 0">
<a class="list-group-item" href="https://docs.telemetry.mozilla.org/">
Data Docs <div class="dashboard-description">Find what data is available & how to use it.</div>
</a>
<a class="list-group-item" href="https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/">
Firefox Telemetry Docs <div class="dashboard-description">Learn how to record data & what data gets sent.</div>
</a>
<a class="list-group-item" href="https://georgf.github.io/fx-data-explorer/">
Probe Dictionary <div class="dashboard-description">Find what probes are submitted from Firefox.</div>
</a>
<a class="list-group-item" href="https://wiki.mozilla.org/Firefox/Shield">
Shield Docs <div class="dashboard-description">Learn how to run Shield studies & experiments.</div>
</a>
</div>
</div>
<div class="col-md-4">
<h3>What's new</h3>
<!-- Twitter widget -->
<div>
<a class="twitter-timeline"
href="https://twitter.com/MozTelemetry"
data-tweet-limit="3"
data-chrome="noheader nofooter noborders noscrollbar transparent"
data-widget-id="410497663147053056">
Loading updates on telemetry...
</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<a href="https://twitter.com/MozTelemetry"
class="twitter-follow-button"
data-show-count="false"
data-align="left"
data-dnt="true"
data-lang="en">
Follow @MozTelemetry
</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
<div class="col-md-4">
<h3>Getting help</h3>
<div class="dashboard-list list-group">
<a class="list-group-item" href="https://mail.mozilla.org/listinfo/fx-data-dev">
Join the mailing list
<div class="dashboard-description">Get help on data topics and upcoming changes.</div>
</a>
<a class="list-group-item" href="https://bugzilla.mozilla.org/enter_bug.cgi?product=Data%20Platform%20and%20Tools&component=General">
File a bug
<div class="dashboard-description">File a bug with details on <i>bugzilla.mozilla.org</i>.</div>
</a>
<a class="list-group-item" href="https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23telemetry">
Chat on IRC
<div class="dashboard-description">Find us in <i>#telemetry</i> on <i>irc.mozilla.org</i>.</div>
</a>
<a class="list-group-item" href="https://mozilla.slack.com/messages/C4D5ZA91B/">
Join us on Slack <span class="fa fa-lock"></span>
<div class="dashboard-description">Find us in <i>#fx-metrics</i> on Slack.</div>
</a>
</div>
<h3>Other tools</h3>
<div class="dashboard-list list-group">
<a class="list-group-item" href="https://reports.telemetry.mozilla.org/">
Reports Portal <div class="dashboard-description">Explore data analyses & reports.</div>
</a>
<a class="list-group-item" href="https://sso.mozilla.com/amplitude">
Amplitude <span class="fa fa-lock"></span>
<div class="dashboard-description">Dive into product analytics.</div>
</a>
<a class="list-group-item" href="dashboard-generator/index.html">
Dashboard Generator
<div class="dashboard-description">Hand-craft your own dashboard with the push of a few buttons</div>
</a>
<a class="list-group-item" href="https://bsmedberg.github.io/telemetry-experiments-dashboard/">
Experiment Monitoring <div class="dashboard-description">View vitals and statistics for Firefox Telemetry Experiments.</div>
</a>
<a class="list-group-item" href="http://alerts.telemetry.mozilla.org/">
Telemetry Alerts <div class="dashboard-description">Set up email alerts for significant performance changes.</div>
</a>
<a class="list-group-item" href="https://people.mozilla.org/~danderson/moz-gfx-telemetry/www/">
Graphics Telemetry <div class="dashboard-description">View percentage breakdowns for various graphics features.</div>
</a>
<a class="list-group-item" href="https://georgf.github.io/usecounters/index.html">
Use Counters <div class="dashboard-description">View usage of web features relative to page loads.</div>
</a>
<a class="list-group-item" href="update-orphaning/">
Update Orphaning <div class="dashboard-description">View percentage breakdowns of users who are up-to-date vs. out-of-date.</div>
</a>
<a class="list-group-item" href="crashes/">
Stability Dashboard <div class="dashboard-description">See how crash rates evolve over time</div>
</a>
<a class="list-group-item" href="https://squarewave.github.io">
Background Hang Reporting <div class="dashboard-description">View browser hang information collected from Nightly users</div>
</a>
<a class="list-group-item" href="histogram-simulator/">
Histogram Simulator <div class="dashboard-description">Simulate histogram bucket widths</div>
</a>
</div>
</div>
</div>
</div>
<div><a href="https://www.mozilla.org/en-US/privacy/websites/">Mozilla's Website Privacy Notice</a></div>
<!-- Bootstrap and supporting libraries -->
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script>
// Check for permalink - if there is a URL hash, the user probably clicked on a permalink to the old dashboard, so redirect them there with the same state to avoid breaking permalinks
if (window.location.hash.length > 1) {
window.location.href = window.location.origin + "/advanced/" + window.location.hash;
}
</script>
<script src="analytics/analytics.js"></script>
</body>
</html>