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 not to return an error when the data point of metrics was empty #3663

Merged
merged 4 commits into from
May 25, 2022

Conversation

knanao
Copy link
Member

@knanao knanao commented May 24, 2022

What this PR does / why we need it:
Currently, every analysis stage returns an error if the data point of metrics was empty.
But there are some cases in which this one is empty intentionally.
(ex. the cases in which the user only handles an error log as metrics and so on.)
Hence, I fixed not to return an error when that data was empty.

Which issue(s) this PR fixes:
#3661

Fixes #

Does this PR introduce a user-facing change?:

NONE

@knanao knanao marked this pull request as ready for review May 24, 2022 09:00
@knanao knanao changed the title Fix not to return error when the data point of metrics was empty Fix not to return an error when the data point of metrics was empty May 24, 2022
@knanao knanao enabled auto-merge (squash) May 24, 2022 09:10
Copy link
Member

@nghialv nghialv left a comment

Choose a reason for hiding this comment

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

Look good!

Copy link
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

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

🙌

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.

4 participants