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
While applying float-compare on https://github.com/prometheus/prometheus/pull/14334/files#diff-7c1dfea5c568897587621510c04d322f908a8ed40751e592d63d2f8422b6a78dR5926
I had deactivate testifylint here because it suggest to use InDelta here but once applied there is an error saying
InDelta
Parameters must be numerical
This is due to SampleValue not being a native float64 https://github.com/prometheus/common/blob/ab322ea2c291549d457c23476304ed16a4d814a3/model/value_float.go#L32
The text was updated successfully, but these errors were encountered:
Good catch
Sorry, something went wrong.
No branches or pull requests
While applying float-compare on https://github.com/prometheus/prometheus/pull/14334/files#diff-7c1dfea5c568897587621510c04d322f908a8ed40751e592d63d2f8422b6a78dR5926
I had deactivate testifylint here because it suggest to use
InDelta
here but once applied there is an error sayingThis is due to SampleValue not being a native float64
https://github.com/prometheus/common/blob/ab322ea2c291549d457c23476304ed16a4d814a3/model/value_float.go#L32
The text was updated successfully, but these errors were encountered: