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

Provide statistics on metrics #10374

Open
Sebastiaan127001 opened this issue Nov 25, 2024 · 0 comments
Open

Provide statistics on metrics #10374

Sebastiaan127001 opened this issue Nov 25, 2024 · 0 comments
Labels
Feature New, enhanced, or removed feature

Comments

@Sebastiaan127001
Copy link
Contributor

Sebastiaan127001 commented Nov 25, 2024

Is your feature request related to a problem? Please describe.
I'm always frustrated when development teams ask me to configure a good threshold value for metrics like 'violation remediation effort' or 'CI pipeline duration'. A good practice would be to base the threshold on historic trends, but currently, it is not possible to see the average or median of a metric value.

Describe the solution you'd like
It would be useful to have more details in the trend section of a metric. For instance, when I select a part of the trend graph, I would like to more details on that selection. Preferred details would be: min, max, avg, median, 90th percentile.

Add a table with statistics to the right of the trend graph. Update the statistics when the user pans or zooms the trend graph.

| Statistic | value |
|=====|===|
| Average | 123 |
| Minimum | 20 |
| 10% percentile | 25 |
| 50% percentile (median) | 100 |
| 90% percentile | 140 |
| Maximum | 150 |

Describe alternatives you've considered
None

Blocked by

@Sebastiaan127001 Sebastiaan127001 added the Feature New, enhanced, or removed feature label Nov 25, 2024
@Sebastiaan127001 Sebastiaan127001 moved this from Inbox to To be refined in Quality-time backlog Nov 25, 2024
@fniessink fniessink moved this from To be refined to Refinement in progress in Quality-time backlog Nov 28, 2024
@fniessink fniessink moved this from Refinement in progress to Blocked by other issue or time in Quality-time backlog Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New, enhanced, or removed feature
Projects
Status: Blocked by other issue or time
Development

No branches or pull requests

1 participant