From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../components/telemetry/docs/concepts/index.rst | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 toolkit/components/telemetry/docs/concepts/index.rst (limited to 'toolkit/components/telemetry/docs/concepts/index.rst') diff --git a/toolkit/components/telemetry/docs/concepts/index.rst b/toolkit/components/telemetry/docs/concepts/index.rst new file mode 100644 index 000000000..a49466f8d --- /dev/null +++ b/toolkit/components/telemetry/docs/concepts/index.rst @@ -0,0 +1,23 @@ +======== +Concepts +======== + +There are common concepts used throughout Telemetry: + +* :doc:`pings ` - the packets we use to submit data +* :doc:`sessions & subsessions ` - 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 ` - how we send data to the servers +* :doc:`archiving ` - retaining ping data locally +* :doc:`crashes ` - the different data crashes generate + +.. toctree:: + :maxdepth: 2 + :titlesonly: + :glob: + :hidden: + + pings + crashes + * -- cgit v1.2.3