-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update glam docs - part 1 #856
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
3c4dc8a
Update GLAM cookbook
edugfilho c305214
Update glam datasets page
edugfilho 54c9981
Fix spelling, apply prettier
edugfilho c58d8c3
enhance intro
edugfilho 22f2881
Update src/datasets/glam.md
edugfilho f11fc4a
Update src/datasets/glam.md
edugfilho File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -495,3 +495,7 @@ rescan | |
unmute | ||
2023-Q4 | ||
2024-H1 | ||
is_lineage_mode | ||
schemaFilter | ||
client_scalar_probe_counts | ||
20Definition |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Introduction to GLAM | ||
|
||
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. | ||
GLAM was built to help Mozillians answer most "easy" questions about how a probe or metric has changed over build ids and releases. | ||
|
||
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). | ||
|
||
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). | ||
Access to GLAM is public! | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🥳 |
||
|
||
## How to use GLAM | ||
|
||
|
@@ -14,7 +14,7 @@ You can visit GLAM at [`glam.telemetry.mozilla.org`](https://glam.telemetry.mozi | |
|
||
![](../assets/GLAM_screenshots/front-page.png) | ||
|
||
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. | ||
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. | ||
|
||
GLAM is currently serving data for Firefox Desktop and Firefox for Android. | ||
|
||
|
@@ -43,15 +43,6 @@ Clicking on a probe or metric name takes you to the individual explorer, where m | |
|
||
**`(6)`** shows the volume of clients with each given Build ID | ||
|
||
## Differences between GLAM and `telemetry.mozilla.org` dashboard | ||
|
||
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: | ||
|
||
- 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. | ||
- 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. | ||
|
||
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. | ||
|
||
## Going deeper | ||
|
||
For more information about the datasets that power GLAM, see [GLAM Datasets](../datasets/glam.md). | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it for Desktop or all browsers?
When I read it I think "easy" is a bit vague, maybe easier to just remove it / give one or two examples?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reading below I see is for all apps, so probably just good to mention it in the intro. Your call.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! That whole paragraph was a little vague.