Update Prometheus to cd73b3d33e064bbd846fc7a26dc8c313d46af382#2596
Update Prometheus to cd73b3d33e064bbd846fc7a26dc8c313d46af382#2596bwplotka merged 6 commits intothanos-io:masterfrom
Conversation
|
I would have expected |
|
Marco pointed me out to the override in go.mod, makes sense now, removing it and trying |
|
There's an overrided in |
18c50eb to
fa70438
Compare
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
370cb9c to
d01df33
Compare
d01df33 to
caf78bd
Compare
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
| rs := struct { | ||
| RuleGroup rulefmt.RuleGroup `yaml:",inline"` | ||
| PartialResponseStrategy *string `yaml:"partial_response_strategy,omitempty"` | ||
| RuleGroup PromRuleGroup `yaml:",inline"` |
Why not up to latest? I guess then @krasi-georgiev want to take over? |
That has more breaking changes which will take time to fix here, and idea was to get some improvements from Prometheus soon. And yes, Krasi will take over after this one. |
|
Also, I have some ugly hacks in place right now to fix some breaking changes. Once I fix the e2e tests, I plan to review stuff again and do a cleanup. |
I will take a look at the changelogs and add the significate changes :) |
|
This makes totally sense @codesome , let's do step by step. Thanks for helping ❤️ |
832e018 to
32392d7
Compare
bwplotka
left a comment
There was a problem hiding this comment.
Awsome, LGTM! We have some CI failures, otherwise good. Thanks 💪
|
Looks like essentially we have something wrong with flags still. e2e test: |
|
I guess its the |
32392d7 to
4dc9706
Compare
|
Tests are passing and changelog entries added! |
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
e70ccff to
7f45a48
Compare
|
@codesome looks like some conflicts this morning. Let's fix & merge, and then I will do 0.13 release (: 💪 Thanks! |
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
653d355 to
b0f7eec
Compare
|
LGTM, Let's merge on green (: |
|
Thanks! @codesome @pracucci @pstibrany it unblocks Cortex I guess. |
As we are blocked on some breaking changes to be addressed before we can upgrade Prometheus to the latest master, this PR attempts to upgrade Prometheus upto this commit prometheus/prometheus@cd73b3d which hopefully does not have any breaking changes and helps the TSDB block based ingesters in Cortex :)
Changes
Verification