Skip to content

Commit dc93428

Browse files
author
GitHub Actions docs-deploy job
committed
Deploy docs
1 parent 6a7a44d commit dc93428

File tree

5 files changed

+157
-385
lines changed

5 files changed

+157
-385
lines changed

cookbooks/glam.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,14 @@ <h1 class="menu-title">Mozilla Data Documentation</h1>
184184
<div id="content" class="content">
185185
<main>
186186
<h1 id="introduction-to-glam"><a class="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 &quot;easy&quot; 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 &quot;easy&quot; questions about how a probe or metric has changed over build ids and releases.</p>
188188
<p>GLAM is one of several high-level data tools that we provide at Mozilla. For more information, see <a href="../introduction/tools.html">Tools for Data Analysis</a>.</p>
189-
<p>Access to GLAM is currently limited to Mozilla employees and designated contributors (this <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1712353">may change in the future</a>). For more information, see <a href="../concepts/gaining_access.html">gaining access</a>.</p>
189+
<p>Access to GLAM is public!</p>
190190
<h2 id="how-to-use-glam"><a class="header" href="#how-to-use-glam">How to use GLAM</a></h2>
191191
<p>You can visit GLAM at <a href="https://glam.telemetry.mozilla.org"><code>glam.telemetry.mozilla.org</code></a>.</p>
192192
<h3 id="front-page"><a class="header" href="#front-page">Front page</a></h3>
193193
<p><img src="../assets/GLAM_screenshots/front-page.png" alt="" /></p>
194-
<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>
195195
<p>GLAM is currently serving data for Firefox Desktop and Firefox for Android.</p>
196196
<h3 id="individual-probemetric-page"><a class="header" href="#individual-probemetric-page">Individual probe/metric page</a></h3>
197197
<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>
@@ -211,13 +211,6 @@ <h3 id="individual-probemetric-page"><a class="header" href="#individual-probeme
211211
<li><code>Summary</code> table provides the exact numeric values of the percentiles of the median changes between Build IDs.</li>
212212
</ul>
213213
<p><strong><code>(6)</code></strong> shows the volume of clients with each given Build ID</p>
214-
<h2 id="differences-between-glam-and-telemetrymozillaorg-dashboard"><a class="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>
221214
<h2 id="going-deeper"><a class="header" href="#going-deeper">Going deeper</a></h2>
222215
<p>For more information about the datasets that power GLAM, see <a href="../datasets/glam.html">GLAM Datasets</a>.</p>
223216
<p>If you have a question that can't be easily answered by the GLAM GUI, you can access the raw GLAM datasets using <a href="../tools/stmo.html"><code>sql.telemetry.mozilla.org</code></a>.</p>

0 commit comments

Comments
 (0)