-
Notifications
You must be signed in to change notification settings - Fork 806
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
Updated Thanos to introduce the new block meta fetcher #1970
Conversation
@jtlisi I've done a change in the ruler, to fix it after the changes done in this Prometheus PR prometheus/prometheus#6455 (it took me a while to figure out the root cause). May you take a look if looks good to you? |
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
I finally got around to testing this today. Changes to the ruler are 👍
@bboreham @gouthamve May you at a look you too, please? Would allow us to move forward with the TSDB blocks storage, taking advantage of new features introduced in Thanos. |
9072cd6
to
cca2ec2
Compare
@pstibrany Could you also review it, in particular the metrics collected from |
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.
Looks good to me, including metrics.
e524aae
to
34af826
Compare
Signed-off-by: Jacob Lisi <jacob.t.lisi@gmail.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
49ae2bf
to
7787ff2
Compare
What this PR does:
I've recently updated Thanos (and dependencies) in the PR #1935. In the meanwhile Thanos introduced the block meta fetcher, which I would like to get into, so I'm submitting another PR to upgrade Thanos again.
Which issue(s) this PR fixes:
N/A
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
What has changed
Other than Thanos and Prometheus, the following dependencies have changed. No breaking changes have been found.
According to the changelog and looking at the changeset, the upgrade shouldn't affect us:
Looking at the changeset, the
Ping()
API has been added to the client. No other change.