-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set up ways to measure success from the Beta launch #8992
Comments
Here are some notes from James on a similar topic: We'd like to track the metrics of articles served via dotcom-rendering vs apps-rendering. It would be good if we could also enrich this data for reasons we aren't serving from DCR based on our release plan: #8750 The work will probably need to be done in MAPI based on the RenderingPlatformPicker. TL;DR; on the release plan, we could filter on: We will need to support these for beta release: Offline reading Dark more Content is commentable |
We can't know for any article whether it is definitely rendered by a particular platform via MAPI alone. The native apps each request:
There is no equivalent route for DCR because there is no proxy request, and instead the request for the DCR rendered page is sent directly to frontend, including the query parameter We are able to say whether articles could be rendered by DCR or AR via the RenderingPlatformPicker. The RenderingPlatformPicker is only used for collection requests, so will be called many times (at least once per item in the collection) so we possibly don't want to log at this level since it will produce a huge number of logs per request. As a initial solution, we will:
In the above, we will want to monitor the number of requests so that we can understand a percentage of requests As a follow-up, we could:
|
How do we measure the Beta?
Tasks
The text was updated successfully, but these errors were encountered: