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: histogram issues #1598

Merged
merged 2 commits into from
Dec 7, 2022
Merged

fix: histogram issues #1598

merged 2 commits into from
Dec 7, 2022

Conversation

rahulguptajss
Copy link
Contributor

@rahulguptajss rahulguptajss commented Dec 7, 2022

Fixed below issues

1: Noticed that description may have capital H in RestPerf which breaks histogram logic.
2: Newly introduced else block in metric calculations captures .bucket metric as skipped which increases skip count. .bucket metric needs no calculation hence skipped from calculation.
3: Added key in logs of metric calculation for array/histogram metrics.
4: Added a check if display label passed is empty then use key as metric name.

@rahulguptajss rahulguptajss merged commit e3b210e into main Dec 7, 2022
@rahulguptajss rahulguptajss deleted the rg2-histogram-fixes branch December 7, 2022 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants