From 795a37faf9ad15319d3658131bc3e500fbc4001f Mon Sep 17 00:00:00 2001 From: Taddes Date: Wed, 16 Oct 2024 11:03:33 -0400 Subject: [PATCH] remove collection as part of gathered data --- docs/adr/0001-daily-active-use-server-side-metrics-glean.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/adr/0001-daily-active-use-server-side-metrics-glean.md b/docs/adr/0001-daily-active-use-server-side-metrics-glean.md index c11682f6b3..fc5b22002d 100644 --- a/docs/adr/0001-daily-active-use-server-side-metrics-glean.md +++ b/docs/adr/0001-daily-active-use-server-side-metrics-glean.md @@ -17,7 +17,6 @@ The goal is to measure DAU (and subsequently WAU & MAU) by emitting metrics from * User identifier (hashed_fxa_uid) * Timestamp * Platform (from UserAgent: Desktop, Fenix, iOS) -* Collection updated In researching possible implementation methods, it became clear that many options did not offer us the ease and flexibility to reconcile the data after emission. This is why Glean is recommended as a clear frontrunner. This is not without some drawbacks, but they are minimal compared to other options that would, for example, require considerable data processing and querying difficulties. There is support for this implementation from the Glean team and active support in the process.