.editorconfig
.gitignore
.swiftlint.yml
AUTHORS.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
pytest.ini
requirements_dev.txt
setup.cfg
setup.py
.circleci/config.yml
.github/ISSUE_TEMPLATE.md
.github/dependabot.yml
.github/pull_request_template.md
docs/Makefile
docs/authors.md
docs/conf.py
docs/contributing.md
docs/history.md
docs/index.rst
docs/installation.md
docs/make.bat
docs/metrics-yaml.rst
docs/pings-yaml.rst
docs/readme.md
docs/tags-yaml.rst
docs/_static/glean.jpeg
glean_parser/__init__.py
glean_parser/__main__.py
glean_parser/coverage.py
glean_parser/data_review.py
glean_parser/javascript.py
glean_parser/kotlin.py
glean_parser/lint.py
glean_parser/markdown.py
glean_parser/metrics.py
glean_parser/parser.py
glean_parser/pings.py
glean_parser/rust.py
glean_parser/swift.py
glean_parser/tags.py
glean_parser/translate.py
glean_parser/translation_options.py
glean_parser/util.py
glean_parser/validate_ping.py
glean_parser.egg-info/PKG-INFO
glean_parser.egg-info/SOURCES.txt
glean_parser.egg-info/dependency_links.txt
glean_parser.egg-info/entry_points.txt
glean_parser.egg-info/not-zip-safe
glean_parser.egg-info/requires.txt
glean_parser.egg-info/top_level.txt
glean_parser/schemas/metrics.1-0-0.schema.yaml
glean_parser/schemas/metrics.2-0-0.schema.yaml
glean_parser/schemas/pings.1-0-0.schema.yaml
glean_parser/schemas/pings.2-0-0.schema.yaml
glean_parser/schemas/tags.1-0-0.schema.yaml
glean_parser/templates/data_review.jinja2
glean_parser/templates/javascript.buildinfo.jinja2
glean_parser/templates/javascript.jinja2
glean_parser/templates/kotlin.buildinfo.jinja2
glean_parser/templates/kotlin.geckoview.jinja2
glean_parser/templates/kotlin.jinja2
glean_parser/templates/markdown.jinja2
glean_parser/templates/qmldir.jinja2
glean_parser/templates/rust.jinja2
glean_parser/templates/swift.jinja2
tests/conftest.py
tests/detekt.yml
tests/test_cli.py
tests/test_javascript.py
tests/test_kotlin.py
tests/test_lint.py
tests/test_markdown.py
tests/test_metrics.py
tests/test_parser.py
tests/test_pings.py
tests/test_rust.py
tests/test_swift.py
tests/test_tags.py
tests/test_translate.py
tests/test_utils.py
tests/test_validate_ping.py
tests/util.py
tests/data/all_metrics.yaml
tests/data/all_pings.yaml
tests/data/bad_ping.yamlx
tests/data/core.yaml
tests/data/duplicate_labeled.yaml
tests/data/duplicate_send_in_ping.yaml
tests/data/empty.yaml
tests/data/event_key_ordering.yaml
tests/data/events_with_types.yaml
tests/data/gecko.yaml
tests/data/invalid-ping-names.yaml
tests/data/invalid.yamlx
tests/data/jwe.yaml
tests/data/metric-with-tags.yaml
tests/data/mixed-expirations.yaml
tests/data/pings.yaml
tests/data/rate.yaml
tests/data/schema-violation.yaml
tests/data/send_if_empty_with_metrics.yaml
tests/data/single_labeled.yaml
tests/data/smaller.yaml
tests/data/tags.yaml
tests/data/telemetry_mirror.yaml
tests/data/text.yaml
tests/data/text_invalid.yaml
tests/data/wrong_key.yamlx
tests/data/yaml_nits.yamlx
tools/extract_data_categories.py