-
Notifications
You must be signed in to change notification settings - Fork 832
Upgrade Prometheus to latest master #3373
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
Conversation
@codesome FYI I pushed a fixed to a test. |
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, thanks!
A test is segfaulting:
|
The panic is scary. Need to be investigated.
I think prometheus/prometheus#8113 should fix the panic |
I have updated the PR to include prometheus/prometheus@3245b32, hope everything is fine this time 🤞 |
9bbd722
to
6e0c7e4
Compare
Signed-off-by: Ganesh Vernekar <[email protected]>
Signed-off-by: Ganesh Vernekar <[email protected]>
Signed-off-by: Marco Pracucci <[email protected]>
Signed-off-by: Ganesh Vernekar <[email protected]>
Signed-off-by: Ganesh Vernekar <[email protected]>
Signed-off-by: Marco Pracucci <[email protected]>
6e0c7e4
to
cb71537
Compare
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.
I double checked the changes and LGTM! Only one comment: I think it would be worth to mention in the CHANGELOG
the [BUGFIX]
included in this upgrade, because they've a significative impact on Cortex users running the blocks storage.
Signed-off-by: Ganesh Vernekar <[email protected]>
Signed-off-by: Marco Pracucci <[email protected]>
* Upgrade Prometheus to latest master Signed-off-by: Ganesh Vernekar <[email protected]> * Add another commit Signed-off-by: Ganesh Vernekar <[email protected]> * Fixed test Signed-off-by: Marco Pracucci <[email protected]> * Upgrade Prometheus again to fix the panic Signed-off-by: Ganesh Vernekar <[email protected]> * Fix tests Signed-off-by: Ganesh Vernekar <[email protected]> * Fixed test Signed-off-by: Marco Pracucci <[email protected]> * CHANGELOG entry Signed-off-by: Ganesh Vernekar <[email protected]> * Re-formatted CHANGELOG entry Signed-off-by: Marco Pracucci <[email protected]> Co-authored-by: Marco Pracucci <[email protected]>
What this PR does:
Upgrades Prometheus to current master to get the following fixes in:
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]