Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.51 KB

COLLECTED_DATA.template.md

File metadata and controls

41 lines (28 loc) · 2.51 KB

Collected telemetry data

Copied from https://github.com/ipfs-shipyard/ignite-metrics/blob/main/docs/telemetry/COLLECTED_DATA.template.md

What metrics data do we NOT collect

We do not collect any of the below listed items in our metric data:

  1. User identifiable data (names, email addresses, aliases, handles, etc.)
  2. CIDs
  3. IP addresses

Telemetry is sent to Countly instance at countly.ipfs.tech. You can read how they protect your data at Security, Privacy, and Access FAQ

What metrics data DO we collect

As a general rule, we collect only application data; no user data. Some examples of application data we collect are:

Metric data name Metric feature name Metric trigger Analytics use Notes
Fill in Fill in Fill in Fill in Fill in
  • "Metric data name" - The app-specific metric/event name we're using for this metric data. (e.g. APP_BOOTSTRAP_START)
  • "Metric feature name" - The metric feature the event/metric data correlates to. The group the metric feature belongs to is defined in our COLLECTION_POLICY. (e.g. Minimal)
  • "Metric trigger" - An explanation covering when this metric data is triggered. (e.g. On Application init)
  • "Analytics use" - An explanation about how this metric data is used for analytics. (e.g. Input to load time calculations)
  • "Notes" - Any additional notes. (e.g. Used as a timestamp identifier for when an application is first loaded)

Other related documents