Skip to content

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

License

Notifications You must be signed in to change notification settings

geetakhanchi/glean_parser

 
 

Repository files navigation

Glean Parser

Parser tools for Mozilla's Glean telemetry.

Features

Contains various utilities for handling metrics.yaml and pings.yaml for the Glean SDK. This includes producing generated code for various integrations, linting and coverage testing.

Documentation

Requirements

  • Python 3.6 (or later)

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

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

Additionally on Python 3.6:

  • iso8601

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

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.3%
  • Kotlin 4.0%
  • Jinja 2.2%
  • C# 1.9%
  • Swift 1.7%
  • Makefile 0.9%