-
Notifications
You must be signed in to change notification settings - Fork 456
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
TargetAllocator hash computation returning false negative #1926
Comments
Similar to issue - #1358 |
Fixed by #2171 |
@swiatekm-sumo - Sorry for the delay in responding to this issue as there seems to be a fix made with this - #2171 |
@rashmichandrashekar you should open an issue in the contrib repo and reference this one. Looks like a simple enough fix in the receiver - thanks for pointing this out! |
Thanks @swiatekm-sumo - I have created an issue here - open-telemetry/opentelemetry-collector-contrib#29313 |
I am seeing hash computation issue for regex field where it returns a false negative, when there is only change in the regex field here -
opentelemetry-operator/cmd/otel-allocator/target/discovery.go
Line 85 in 56f5de9
For example, when there are 2 scrape configs with just the regex field changed between the 2, the hash returned is the same.
These 2 configs return the same hash
The text was updated successfully, but these errors were encountered: