Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 861 Bytes

index.rst

File metadata and controls

31 lines (20 loc) · 861 Bytes

python_moztelemetry

A simple library to fetch and analyze data collected by the Mozilla Telemetry service. Objects collected by Telemetry are called pings. A ping has a number of properties (aka dimensions) and a payload. A session of Telemetry data analysis/manipulation typically starts with a query that filters the objects by one or more dimensions. This query can be expressed using either an orm-like api, :ref:`Dataset` or a simple function, :ref:`get_pings`.

.. toctree::
   :maxdepth: 2

   api




Indices and tables