-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
store: out-of-order label set #1255
Comments
Are you running Prometheus which has this fix prometheus/prometheus#5372 included? |
No, this was def. on an older version. From the looks of it, this is included in 2.9.x ? With that fix in Prometheus, does there still need to be something in Thanos? I.e. I want to re-inject the metrics we have into our metrics store. Is that possible? |
Well new Thanos gives ability to ignore this error, so it just warns. It is slight inefficiency, but that's it. Are you blocked with this? Also it looks like |
Thanks. No not blocked. Good to know we can ignore the error, which gives us more defence in depth Think this can be closed with WAI |
@miekg closing as per your request but what's the meaning of |
We've ended up with data that can't be verified nor fixed in our data store. I'm currently in the process of delving deeper in this problem with a more up to date Thanos (v0.5). The problem happened while we where running 0.4.
The symptom is:
We think it may have to do with receiving a metrics that had an_identical_ label with a value only differing in case.
We still have a copy of the data, and, as said, I'm in the process of narrowing down what actually happened.
This looks like #711, which is fixed, so I wonder why we've hit it.
The text was updated successfully, but these errors were encountered: