-
-
Notifications
You must be signed in to change notification settings - Fork 990
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
Dashboard: New ticket today/this week no longer calculated #1690
Comments
Oh interesting, maybe no one has filed a new ticket since May? 🙊 |
I believe I broke it with 65320ed. The two metrics that use The root of the issue is that queyring the Thanks for reporting this issue! ✨ [1] https://dashboard.djangoproject.com/metric/new-tickets-today/ |
This also introduces the fix_trac_metrics management command to help fix collected data.
This also introduces the fix_trac_metrics management command to help fix collected data.
My PR with a fix is ready. It includes a new management command to fix the data. Testing things locally is a bit involved, here's how you can do it: Prerequisites:
Steps:
|
This also introduces the fix_trac_metrics management command to help fix collected data.
This also introduces the fix_trac_metrics management command to help fix collected data.
Looks like that did the trick 🎉 |
If you go to the dashboard: https://dashboard.djangoproject.com/
You will see that "New tickets today" and "New tickets this week" have been broken since roughly May 2024
For example:

The filters on Trac still work
It would be great to fix these and back-calculate the missed ones
The text was updated successfully, but these errors were encountered: