Skip to content
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

Update metrics definitions #114

Merged
merged 3 commits into from Mar 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 11 additions & 12 deletions docs/06_metrics_dashboard.md
Expand Up @@ -9,21 +9,20 @@ For metrics definitions see [metrics definitions](05_project_metrics.md).
- Bar height is the time it took the build to finish (without queue time)

### Performance
- Displays Performance metric
- Data displayed for the last 7 days
- The text shows average build length using data from the last 14 days - on current design screens,
- Displays "Performance" metric
- Data displayed for the last 14 builds
- The text shows average build length using data displayed - on current design screens,
it’s 20M - meaning 20 minutes

### Builds
- Displays Builds metric
- Data displayed for the last 7 days
- Text is the count of all builds for the last 7 days
### Builds (7 days)
- Displays "Builds" metric
- Data displayed for the last 7 days cumulative
- Text is the count of all builds in the date range

### Stability
- Displays Stability metric
- Data displayed for the last 7 days
- Displays "Stability" metric
- Data displayed for the last 14 builds

### Coverage
- Displays Coverage metric
- Data displayed for the last 7 days
- Shows a number from the last build (successful or not?)
- Displays "Coverage" metric
- Data displayed for the last successful build