The Rust Project needs much better visibility into important metrics

Update (doing some more work tonight, but this is where the dashboard is right now):

  • All rust-lang, rust-lang-nursery, and rust-lang-deprecated repositories are scraped for issues, PRs, and comments. At the moment, all of the GitHub-derived charts on the dashboard now show items from all repositories. This was the main obstacle to implementing some of the fancier features suggested.
  • Nightly builder times are shown on a graph on the Nightlies tab.
  • Recent “@bors retries” (last 7 days) are listed on the buildbots page.
  • Switched CI failures to a scatter plot to better display builders which have several days in between build failures (HighCharts was inferring a line between the various data points)

@brson, to start working on the “nag” tab(s), I was wondering if you and/or other team members could generate some example issues/PRs on a couple of repos with the appropriate labels, comment contents, etc? That way I can properly track that the feature is working through scraping -> persistence -> query -> display.

1 Like

Yes, I can generate some examples.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.