To improve observability of temporary accounts rollout and ongoing functionality, let's create a Grafana dashboard that will have panels for the following:
- [ ] Edit rate
- **What:** Plot edit rate for regular accounts and temp accounts
- **Why:**
- Make it easy to see if there is a spike/drop in temp account editing
- Make it easy to see if there is a spike/drop in temp account editing relative to regular accounts
- [ ] Rate of blocks
- **What:** Plot number of blocks that target regular accounts and temp accounts
- **Why:**
- Improved visibility into anti-abuse measures being taken against temporary accounts
- Make it easy to see if there is a spike/drop in blocks of temp accounts
- Make it easy to see if there is a spike/drop in blocks of temp accounts editing relative to regular accounts
- [ ] Rate limit trips
- **What:** Plot number of rate limit trips related to temp account creation (`$wgRateLimits['edit']['ip']` at time of writing)
- **Why:** Better visibility into how often users are being prevented from temp account creation, per {T342880}
- [ ] (Add more items here)