From 51524288c28713703bd2c0785b0f0729888ecfa7 Mon Sep 17 00:00:00 2001 From: Taddes Date: Wed, 20 Nov 2024 11:56:20 -0500 Subject: [PATCH] update two points --- docs/adr/0001-daily-active-use-server-side-metrics-glean.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 b59949586d..57bdedb732 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 @@ -70,8 +70,8 @@ Glean is a widely used tool at Mozilla and provides us with a solution to the gi * The `glean_parser` tool used by other Glean applications is currently not supported for Rust. Furthermore, client applications can use the Glean SDK and this is also not an option for us. * Server side metrics have not yet been implemented for a Rust server application of this kind, so this is new territory. -* There is added complexity of data review process and registration of the application to Glean's probe scraper. -* Potential delays and challenges in new implementation. +* There is added complexity of data review process and registration of the application to Glean's probe scraper, PubSub topics, ingestion pipeline etc. +* May require more uptfront development effort to get up to speed with new code and process. * Some concerns exist around volume of data emitted from the service and if it is feasible, but we won't know until we try. ### B. Custom Glean Implementation