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

Metrics are not accurate #826

Open
crazyplayy opened this issue Sep 18, 2023 · 0 comments
Open

Metrics are not accurate #826

crazyplayy opened this issue Sep 18, 2023 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@crazyplayy
Copy link
Contributor

Expected behavior

The metrics received during a test should be accurate and representative of the values we are receiving.

Actual behavior

The metrics received are actually an average sum of several avg values of a determined interval.

Additional information

The avg value of several metrics determines the value of a metric point in a specific time interval. This avg value is then added to other avg values of the same time interval, resulting in the end on the avg of all avg.
(avg_1) + (avg_2) + (avg_3) ...
metrics value = ------------------------------
# of avg's

Possible fix

Redo the metric calculation algorithm.

@crazyplayy crazyplayy added the bug Something isn't working label Sep 18, 2023
@crazyplayy crazyplayy added this to the v1.0.0 milestone Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant