-
Notifications
You must be signed in to change notification settings - Fork 820
Update Prometheus vendoring #3934
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
Things needed to be updated to accomodate this change in interface: prometheus/prometheus#8489 Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Would you mind updating Prometheus in this PR to latest master to get fix for prometheus/prometheus#8558? |
@pstibrany Done |
8bf73d3
to
75fbd0e
Compare
To pull in prometheus/prometheus#8558 Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
75fbd0e
to
c5cdbe7
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.
Ingester changes LGTM, but I think we're missing possible case when Head has gc-ed series, and removed reference from memory, before ingester's refcache did. I'm not quite sure if this scenario is real though.
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
4b3ff23
to
bb3041b
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 @gouthamve for working on this! LGTM modulo a comment about the ingester push. Also a couple of things:
- Could you upgrade Prometheus again? I got a couple of PRs merged which I would love to see backported to Cortex.
- PromQL engine added
EnableNegativeOffset
. Should we add a config option for that, similarly to what we did forEnableAtModifier
?
Was removed in error Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Updated Prometheus. Will add option for |
OOh, Prometheus is exciting again :D Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
fb621f2
to
b460aa3
Compare
Things needed to be updated to accomodate this change in interface:
prometheus/prometheus#8489
Signed-off-by: Goutham Veeramachaneni gouthamve@gmail.com