Skip to content

Commit

Permalink
update two points
Browse files Browse the repository at this point in the history
  • Loading branch information
taddes committed Nov 20, 2024
1 parent d2412bb commit 5152428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/adr/0001-daily-active-use-server-side-metrics-glean.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5152428

Please sign in to comment.