-
Notifications
You must be signed in to change notification settings - Fork 964
Closed
Labels
Description
Now that we're collecting telemetry data, we need to perform analysis on it.
rustc telemetry
- Duration metrics - mean, min, max, stdev, n-tiles (50, 75, 90, 95, 99)
- Count of exit codes by exit number
- Count of error by error number
- Markov chains of compiler errors
- Duration metrics for successful compiles
- Duration metrics for compiles with error numbers
- Total time spent compiling
- Count of
rustc
executions - Summarize telemetry by
rustc
version
toolchain telemetry
- which toolchains are being installed?
- which toolchains are erroring?
target telemetry
- Toolchain and target combination counts with success/failure counts