-
Notifications
You must be signed in to change notification settings - Fork 807
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
Update Thanos to latest and use label matchers in LabelValues call. #4133
Conversation
Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Related to #3658 (only label values support added here. Label names is missing support in Prometheus |
Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh that was easy! LGTM!
Thanos changes LGTM (they basically only contain your PR).
Side note: would be great to have at least a test on this, but we can do it in a follow-up PR once the Label Names API will be addressed too.
Signed-off-by: Peter Štibraný <[email protected]>
Added testing of matchers into existing integration tests. At the moment Label Names API is not important for work I'm doing, so I will let that one be for now, as it requires more changes across Prometheus, Thanos and Cortex. |
LGTM, thanks! |
What this PR does: This PR updates Thanos to latest main to bring in thanos-io/thanos#4107. This PR also passes matchers to
LabelValuesRequest
sent to store gateways.Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]