Skip to content

Perform analysis on telemetry #341

@peschkaj

Description

@peschkaj

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions