Skip to content

Update Package PIs with Q4 targets

Tim Rizzi requested to merge trizzi-master-patch-22917 into master

Why is this change being made?

This MR updates the targets for the Package group GMAU/SMAU. A few adjustments have been made:

  1. I updated the PI that we are using as a proxy metric until we get user-level metrics. Previously we were looking at an aggregate total of packages published and installed. But, I'm afraid that this is misleading when it comes to measuring user activity since most package pulls are down via CI and a job token. So, I modified the chart to be the number of packages published, which is much more likely to be a user event.
  2. Also kind of an oversight on my end, but I updated the chart to be monthly instead of daily. (We are measuring monthly activity after all)
  3. I removed the AMAU which is now a duplicate (since we are looking at packages published)
  4. I added some insights and updated the status of the instrumentation of the user-level metrics.

Screen_Shot_2020-11-13_at_4.08.32_PM

Author Checklist

  • Provided a concise title for the MR
  • Added a description to this MR explaining the reasons for the proposed change, per say-why-not-just-what
  • Assign this change to the correct DRI
    • If the DRI for the page/s being updated isn’t immediately clear, then assign it to your manager.
    • If your manager does not have merge rights, please ask someone to merge it AFTER it has been approved by your manager in #mr-buddies.
    • If the changes relate to any part of the project other than updates to content and/or data files please make sure to ping @gl-static-site-editor in a comment for a review and merge. For example changes to .gitlab-ci.yml, JavaScript/CSS/Ruby code or the layout files.

Merge request reports