remote write 2.0: add write handler benchmark for V2 format#16687
Merged
cstyan merged 1 commit intoprometheus:mainfrom Jul 23, 2025
Merged
Conversation
cstyan
requested changes
Jun 11, 2025
Member
cstyan
left a comment
There was a problem hiding this comment.
Should V2 coverage for BenchmarkRemoteWriteOOOSamples also have a GitHub issue?
Doesn't necessarily need a GH issue but it could be updated to support v2 as well. Though that benchmark looks to need a bit of a refactor anyways as it wasn't utilizing b.N in the test at all and is currently being skipped.
f89c3aa to
a285b71
Compare
Member
|
Looks good, just curious what the difference in benchmark results look like now. I can run them myself sometime later today If you don't have time to post them here before then. |
Contributor
Author
|
Sure, This is in comparison to |
cstyan
reviewed
Jul 9, 2025
Signed-off-by: Sandro Jijavadze <sandrojijavadze@protonmail.com>
a285b71 to
b516f23
Compare
cstyan
approved these changes
Jul 23, 2025
tcp13equals2
pushed a commit
to tcp13equals2/prometheus
that referenced
this pull request
Aug 18, 2025
…us#16687) Signed-off-by: Sandro Jijavadze <sandrojijavadze@protonmail.com> Signed-off-by: Andrew Hall <andrew.hall@grafana.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #14408
I am assuming the following was in reference to V1/V2 messages and removed it:
Should V2 coverage for
BenchmarkRemoteWriteOOOSamplesalso have a GitHub issue?