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 chart values in reports #132

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

VitaliStupin
Copy link
Contributor

The top 5 charts for produced services are currently inaccurate. The row title displays the service name, but the value represents the highest value among the service's clients.

This pull request addresses this issue by summing all service client queries and calculating the correct average query duration.

The top 5 charts for produced services are currently inaccurate. The row title displays the service name, but the value represents the highest value among the service's clients.

This commit addresses this issue by summing all service client queries and calculating the correct average query duration.
* test_get_succeeded_top
* test_get_duration
Copy link

@melbeltagy melbeltagy self-requested a review October 18, 2024 06:44
Copy link
Contributor

@melbeltagy melbeltagy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @VitaliStupin

@melbeltagy melbeltagy merged commit aadd1b4 into nordic-institute:develop Oct 18, 2024
6 checks passed
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.

2 participants