-
Notifications
You must be signed in to change notification settings - Fork 10
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
Sync upstream Prometheus to ff398062c #810
Conversation
Signed-off-by: David Ashpole <dashpole@google.com>
update links to openmetrics to reference the v1.0.0 release
* [ENHANCEMENT] TSDB: Improve calculation of space used by labels The labels for each series in the Head take up some some space in the Postings index, but far more space in the `memSeries` structure. Instead of having the Postings index calculate this overhead, which is a layering violation, have the caller pass in a function to do it. Provide three implementations of this function for the three Labels versions. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
There was a missing verb there. Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
…ixes modes (#15567) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
See prometheus/proposals#41 Signed-off-by: bwplotka <bwplotka@gmail.com>
prombench: Extend GH job for the upcoming custom benchmark feature.
We were appending to the wrong slice, so instead of removing values, we were adding them. Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
Update comment on MemPostings.lvs
Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
|
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
This brings upstream prometheus right before the refactor from prometheus/prometheus#15688
Changes
Bugfixes
lbl!~".+"
postings for matchers shortcut prometheus/prometheus#15684Enhancements
Docs, comments
Irrelevant