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

fix(monitoring): Filter out negative values #1610

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

MoritzWeber0
Copy link
Member

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.

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

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

github-actions bot commented Jun 6, 2024

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

Copy link

sonarcloud bot commented Jun 6, 2024

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

Copy link

codecov bot commented Jun 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@           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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MoritzWeber0 MoritzWeber0 merged commit d30d62f into main Jun 11, 2024
32 checks passed
@MoritzWeber0 MoritzWeber0 deleted the t4c-remove-negative-values branch June 11, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant