-
Notifications
You must be signed in to change notification settings - Fork 810
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 version to v3.1.0 #6583
base: master
Are you sure you want to change the base?
Update prometheus version to v3.1.0 #6583
Conversation
0f3c969
to
9bb78a0
Compare
@yeya24 How the fuzzy test will work here? Will it pick the new functions from Prometheus 3.0? In this case those functions will fail on the "older" cortex releases? |
@alanprot The new functions in Prometheus 3.0 is behind a feature flag. We only have one test case that enables experimental functions. It is currently testing against Prometheus 2.55.1 now. If we want it to be compatible we can upgrade to Prometheus 3.0 |
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.
For the change in the promql engine prometheus/prometheus#14930, can we try to backport holt_winter
so that it is easier for users to migrate to newer Cortex version?
We can keep holt winter until the new function is marked as ready.
97a4183
to
36662dd
Compare
@yeya24 |
The fuzzy is failing now: =/
|
18feb34
to
81edd16
Compare
a0da2c1
to
32ef5d3
Compare
Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
32ef5d3
to
de28ee1
Compare
09adf28
to
437de37
Compare
Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
437de37
to
d22816c
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.
Thanks
This PR updates the Prometheus version to v3.1.0.
Changed things:
GoKitLogToSlog
adaptersloglint
to check slog lintRelated PRs:
Which issue(s) this PR fixes:
Fixes #
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]