-
Notifications
You must be signed in to change notification settings - Fork 797
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
[WIP] Support remote write v2 #6292
Draft
SungJin1212
wants to merge
6
commits into
cortexproject:master
Choose a base branch
from
SungJin1212:Add-remote-write-v2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
SungJin1212
force-pushed
the
Add-remote-write-v2
branch
11 times, most recently
from
October 29, 2024 12:22
8902cd5
to
46229bf
Compare
SungJin1212
force-pushed
the
Add-remote-write-v2
branch
14 times, most recently
from
November 4, 2024 05:15
59b4e99
to
04e1821
Compare
SungJin1212
force-pushed
the
Add-remote-write-v2
branch
3 times, most recently
from
November 4, 2024 06:17
d9f2f7c
to
b371b3d
Compare
yeya24
reviewed
Nov 4, 2024
integration/query_fuzz_test.go
Outdated
@@ -52,6 +54,166 @@ func init() { | |||
} | |||
} | |||
|
|||
func TestRemoteWriteV1AndV2QueryResultFuzz(t *testing.T) { |
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.
Fuzz test is unnecessary for this feature IIUC
SungJin1212
force-pushed
the
Add-remote-write-v2
branch
10 times, most recently
from
November 5, 2024 09:46
bb547ce
to
f7bb71c
Compare
Signed-off-by: SungJin1212 <[email protected]>
Signed-off-by: SungJin1212 <[email protected]>
Signed-off-by: SungJin1212 <[email protected]>
Signed-off-by: SungJin1212 <[email protected]>
SungJin1212
force-pushed
the
Add-remote-write-v2
branch
from
November 6, 2024 01:54
f7bb71c
to
fe26a6b
Compare
Signed-off-by: SungJin1212 <[email protected]>
SungJin1212
force-pushed
the
Add-remote-write-v2
branch
3 times, most recently
from
November 6, 2024 05:46
c272359
to
3a958c8
Compare
Signed-off-by: SungJin1212 <[email protected]>
SungJin1212
force-pushed
the
Add-remote-write-v2
branch
from
November 6, 2024 07:33
3a958c8
to
bf1e65f
Compare
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.
This PR adds remote write 2.0 ingestion.
It is in WIP and the implementation is based on remote write 2.0 docs.(https://prometheus.io/docs/specs/remote_write_spec_2_0)
Which issue(s) this PR fixes:
Fixes #6116
What I did and what will do (this PR covers)
Future works (other PRs cover)
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]