We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment we're providing a elasticsearch comparison mechanism at https://github.com/cloud-bulldozer/go-commons/blob/33ff99845ce3847d5b03177601cd7cb882029616/comparison/elastic.go#L47C4-L47C4
which uses the result from a ES query and compares it with the input value.
We need another method to perform thresholds comparisons with the passed value, including a tolerancy percent and comparison direction
The text was updated successfully, but these errors were encountered:
cc @jtaleric @shashank-boyapally
Sorry, something went wrong.
Assigning this to @mrbojangles3
mrbojangles3
No branches or pull requests
At the moment we're providing a elasticsearch comparison mechanism at
https://github.com/cloud-bulldozer/go-commons/blob/33ff99845ce3847d5b03177601cd7cb882029616/comparison/elastic.go#L47C4-L47C4
which uses the result from a ES query and compares it with the input value.
We need another method to perform thresholds comparisons with the passed value, including a tolerancy percent and comparison direction
The text was updated successfully, but these errors were encountered: