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: src/cookbooks/glam.md
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Introduction to GLAM
2
2
3
-
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.
3
+
GLAM was built to help Mozillians answer most "easy" questions about how a probe or metric has changed over build ids and releases.
4
4
5
5
GLAM is one of several high-level data tools that we provide at Mozilla. For more information, see [Tools for Data Analysis](../introduction/tools.md).
6
6
7
-
Access to GLAM is currently limited to Mozilla employees and designated contributors (this [may change in the future](https://bugzilla.mozilla.org/show_bug.cgi?id=1712353)). For more information, see [gaining access](../concepts/gaining_access.md).
7
+
Access to GLAM is public!
8
8
9
9
## How to use GLAM
10
10
@@ -14,7 +14,7 @@ You can visit GLAM at [`glam.telemetry.mozilla.org`](https://glam.telemetry.mozi
14
14
15
15

16
16
17
-
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.
17
+
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.
18
18
19
19
GLAM is currently serving data for Firefox Desktop and Firefox for Android.
20
20
@@ -43,15 +43,6 @@ Clicking on a probe or metric name takes you to the individual explorer, where m
43
43
44
44
**`(6)`** shows the volume of clients with each given Build ID
45
45
46
-
## Differences between GLAM and `telemetry.mozilla.org` dashboard
47
-
48
-
GLAM is aggregated per client, `telemetry.mozilla.org` (TMO) is aggregated per ping. This will cause different movements in the visualization between the two systems. Notably:
49
-
50
-
- 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.
51
-
- 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.
52
-
53
-
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.
54
-
55
46
## Going deeper
56
47
57
48
For more information about the datasets that power GLAM, see [GLAM Datasets](../datasets/glam.md).
0 commit comments