Skip to content
 
 

Repository files navigation

Glean Parser

Parser tools for Mozilla's glean telemetry.

Features

Parses the metrics.yaml files for the glean telemetry SDK and produces output for various integrations.

Documentation

The full documentation is available here.

Requirements

  • Python 3.7 (or later)

The following library requirements are installed automatically when glean_parser is installed by pip.

  • appdirs
  • Click
  • diskcache
  • inflection
  • Jinja2
  • jsonschema
  • PyYAML

Usage

$ glean_parser --help

Read in metrics.yaml, translate to kotlin format, and output to output_dir:

$ glean_parser translate -o output_dir -f kotlin metrics.yaml

Check a glean ping against the ping schema:

$ glean_parser check < ping.json

About

Tools for parsing the metadata for Mozilla's glean telemetry SDK

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages