fune/toolkit/components/telemetry/build_scripts
Chris H-C a12921a1dd Bug 1566352 - Support 'geckoview_streaming' product for Telemetry r=janerik
This introduces a pref "toolkit.telemetry.isGeckoViewStreaming" to control
whether gecko view products (those with "toolkit.telemetry.isGeckoViewMode"
set) are of the variety that use the upcoming streaming Telemetry API.

Differential Revision: https://phabricator.services.mozilla.com/D38738

--HG--
extra : moz-landing-system : lando
2019-08-01 14:16:33 +00:00
..
mozparsers Bug 1566352 - Support 'geckoview_streaming' product for Telemetry r=janerik 2019-08-01 14:16:33 +00:00
gen_event_data.py Bug 1486072 - Make products key required for Telemetry r=janerik 2019-07-16 15:20:22 +00:00
gen_event_enum.py
gen_histogram_data.py
gen_histogram_enum.py
gen_histogram_phf.py
gen_process_data.py
gen_process_enum.py
gen_scalar_data.py Bug 1486072 - Make products key required for Telemetry r=janerik 2019-07-16 15:20:22 +00:00
gen_scalar_enum.py
README.md
setup.py

Telemetry Registries Parsers

This package exports the parsers for Mozilla's probes registries. These registry file contains the definitions for the different probes (i.e. scalars, histograms and events) that can be used to collect data.

License

Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.