You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cookbooks/glam.html
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -184,14 +184,14 @@ <h1 class="menu-title">Mozilla Data Documentation</h1>
184
184
<divid="content" class="content">
185
185
<main>
186
186
<h1id="introduction-to-glam"><aclass="header" href="#introduction-to-glam">Introduction to GLAM</a></h1>
187
-
<p>GLAM was built to help Mozillians answer their data questions without needing data analysis or coding skills. It contains a visualization layer meant to answer most "easy" questions about how a probe or metric has changed over build ids and releases.</p>
187
+
<p>GLAM was built to help Mozillians answer most "easy" questions about how a probe or metric has changed over build ids and releases.</p>
188
188
<p>GLAM is one of several high-level data tools that we provide at Mozilla. For more information, see <ahref="../introduction/tools.html">Tools for Data Analysis</a>.</p>
189
-
<p>Access to GLAM is currently limited to Mozilla employees and designated contributors (this <ahref="https://bugzilla.mozilla.org/show_bug.cgi?id=1712353">may change in the future</a>). For more information, see <ahref="../concepts/gaining_access.html">gaining access</a>.</p>
189
+
<p>Access to GLAM is public!</p>
190
190
<h2id="how-to-use-glam"><aclass="header" href="#how-to-use-glam">How to use GLAM</a></h2>
191
191
<p>You can visit GLAM at <ahref="https://glam.telemetry.mozilla.org"><code>glam.telemetry.mozilla.org</code></a>.</p>
<p>The front page includes two main sections: the search bar and the random probe explorer. Fuzzy tech search is implemented to let users search not only by the probe title, but also by the full description.</p>
194
+
<p>The front page includes two main sections: the search bar and the random probe explorer. Users can search not only by the probe title, but also by the full description.</p>
195
195
<p>GLAM is currently serving data for Firefox Desktop and Firefox for Android.</p>
<p>Clicking on a probe or metric name takes you to the individual explorer, where most of the analysis happens. As this page is packed with data, we make sure that it's self-documented as much as possible: every button, surface, menu item, is tool-tipped with description and links.</p>
<li><code>Summary</code> table provides the exact numeric values of the percentiles of the median changes between Build IDs.</li>
212
212
</ul>
213
213
<p><strong><code>(6)</code></strong> shows the volume of clients with each given Build ID</p>
214
-
<h2id="differences-between-glam-and-telemetrymozillaorg-dashboard"><aclass="header" href="#differences-between-glam-and-telemetrymozillaorg-dashboard">Differences between GLAM and <code>telemetry.mozilla.org</code> dashboard</a></h2>
215
-
<p>GLAM is aggregated per client, <code>telemetry.mozilla.org</code> (TMO) is aggregated per ping. This will cause different movements in the visualization between the two systems. Notably:</p>
216
-
<ul>
217
-
<li>Because GLAM normalizes the aggregations by client ID, a single client weighs equally to all other clients, regardless of how many samples that client sends.</li>
218
-
<li>Reversely, TMO does not normalize by client ID, so if a single client sends a lot of pings, that client will impact the distribution more heavily. This can result in some changes appearing bigger on TMO.</li>
219
-
</ul>
220
-
<p>As of July 2022, TMO serves only Firefox Desktop (telemetry) data, while GLAM supports Firefox Desktop (both telemetry and Glean), Firefox for Android (Fenix), with ongoing efforts to integrate Firefox iOS and more products that use Glean as their telemetry system.</p>
<p>For more information about the datasets that power GLAM, see <ahref="../datasets/glam.html">GLAM Datasets</a>.</p>
223
216
<p>If you have a question that can't be easily answered by the GLAM GUI, you can access the raw GLAM datasets using <ahref="../tools/stmo.html"><code>sql.telemetry.mozilla.org</code></a>.</p>
0 commit comments