Glean: Difference between revisions
Jump to navigation
Jump to search
(→Linked docs: Added a link to the process for adding or changing a new metric type.) |
(Updated moved page link) |
||
Line 13: | Line 13: | ||
= Linked docs = | = Linked docs = | ||
* [[Adding or changing Glean metric types]] | * [[Glean/Adding or changing Glean metric types]] |
Latest revision as of 10:56, 11 February 2020
For Mozilla, getting reliable data from our products is critical to inform our decision making. Glean is our new product analytics & telemetry solution that provides that data for our products. It aims to be easy to integrate, reliable and transparent by providing an SDK and integrated tools.
Overview
Glean consists of different pieces:
- Product-side tools - the Glean SDK is what products integrate and record data into.
- Services - this is where the data is stored and made available for analysis in our data platform.
- Data Tools - these are used to look at the data, performing analysis and setting up dashboards.
See the Glean Overview and the Glean Book for more information.