DSD-DBS / capella-collab-manager

A web app for collaboration on Capella (MBSE) projects
https://dsd-dbs.github.io/capella-collab-manager/
Apache License 2.0
20 stars 3 forks source link

fix(monitoring): Filter out negative values #1610

Closed MoritzWeber0 closed 2 months ago

MoritzWeber0 commented 2 months ago

Negative values indicate failures in the metrics collection. They produce unclear jumps in the time series and influence the min and mean values.

Before: image

After: image

In addition, the color of the mean value was wrong. This is fixed.

github-actions[bot] commented 2 months ago

A Storybook preview is available for commit adc359c4e0491a31c507d5f56626d6d3f1a4a873. View Storybook View Chromatic build

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.81%. Comparing base (e1d730c) to head (ca57f61).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1610 +/- ## ======================================= Coverage 79.81% 79.81% ======================================= Files 185 185 Lines 5970 5970 Branches 666 666 ======================================= Hits 4765 4765 Misses 1061 1061 Partials 144 144 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.