-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Upgrade Prometheus to v0.41.0 #6010
Conversation
f0ee4ea
to
64437fb
Compare
e22b1d3
to
3cba089
Compare
if err := index.ReadOffsetTable(r.b, r.toc.PostingsOffsetTable, func(key []string, off uint64, _ int) error { | ||
if len(key) != 2 { | ||
return errors.Errorf("unexpected key length for posting table %d", len(key)) | ||
if err := index.ReadPostingsOffsetTable(r.b, r.toc.PostingsOffsetTable, func(name, value []byte, postingsOffset uint64, _ int) error { |
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.
Is this taken from Prometheus?
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.
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. Let's fix the conflicts and we can merge the pr.
3cba089
to
69757bb
Compare
Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
69757bb
to
b092b96
Compare
Done. |
* Updated Prometheus to v0.41.0 Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com> * Added changelog entry Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com> * Fixed tsOverrideAppender GetRef Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com> * ran go mot tidy Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com> Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com> Signed-off-by: Kartik-Garg <kartik.garg@infracloud.io>
* Updated Prometheus to v0.41.0 Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com> * Added changelog entry Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com> * Fixed tsOverrideAppender GetRef Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com> * ran go mot tidy Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com> Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
* Updated Prometheus to v0.41.0 Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com> * Added changelog entry Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com> * Fixed tsOverrideAppender GetRef Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com> * ran go mot tidy Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com> Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
Signed-off-by: Sebastian Rabenhorst sebastian.rabenhorst@shopify.com
Upgrade Prometheus to version v0.41.0 and fixed binary reader so it works with optimized posting offset table reading (prometheus/prometheus#11535).
Changes
v0.41.0
Verification