summaryrefslogtreecommitdiffstats
path: root/toolkit/components/telemetry/docs/concepts/index.rst
blob: a49466f8d045b3a0ce2f90e00c7a498190194871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
========
Concepts
========

There are common concepts used throughout Telemetry:

* :doc:`pings <pings>` - the packets we use to submit data
* :doc:`sessions & subsessions <sessions>` - how we slice a users' time in the browser
* *measurements* - how we :doc:`collect data <../collection/index>`
* *opt-in* & *opt-out* - the different sets of data we collect
* :doc:`submission <submission>` - how we send data to the servers
* :doc:`archiving <archiving>` - retaining ping data locally
* :doc:`crashes <crashes>` - the different data crashes generate

.. toctree::
   :maxdepth: 2
   :titlesonly:
   :glob:
   :hidden:

   pings
   crashes
   *