-
Notifications
You must be signed in to change notification settings - Fork 57
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 prometheus #487
Update prometheus #487
Conversation
I think it won't be so easy due to #486. |
I do not understand the new behavior, raised an issue here: prometheus/prometheus#14961. |
3f87dc3
to
8df4db9
Compare
8df4db9
to
d55c5fa
Compare
d55c5fa
to
f72c900
Compare
f72c900
to
7420661
Compare
Signed-off-by: 🌲 Harry 🌊 John 🏔 <[email protected]>
7420661
to
d5ffebc
Compare
Quite a lot of tests failed due to round. Should we add my fix to
|
It feels like the issue is on prometheus side, we should bump prometheus to include your fix i think. |
@yeya24, I tested your fix locally. The tests are passing.
Yes. This PR is intentionally only updating till prometheus/prometheus@65f610353919. The next commit in Prometheus is the switching to My plan is to work on the Prometheus upgrade incrementally on this branch so that each PR will be small and easier to review. In retro, the branch could have been named |
@fpetkovski @MichaHoffmann Can you please take a look at the PR? |
Let's get this PR merged as it targets a non main branch. We can iterate on top of it |
8e20510
into
thanos-io:prometheus-update-65f610353919
Sorry missed this notification. Merging against a non-main branch makes perfect sense 👍 |
Changes
This PR updates the prometheus to prometheus/prometheus@65f610353919
This is the initial PR that addresses the following breaking changes:
Tests are expected to fail because the following breaking (and possibly other) are not addressed yet.
sum
andavg
over mixed custom and exponential buckets, or incompatible custom buckets prometheus/prometheus#14611 and more - Added annotations to native histogramNote