Skip to content

Commit 11cffdb

Browse files
committed
get rebase
Signed-off-by: SungJin1212 <[email protected]>
1 parent 40bba54 commit 11cffdb

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

docs/configuration/config-file-reference.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3135,11 +3135,6 @@ ha_tracker:
31353135
# CLI flag: -distributor.sign-write-requests
31363136
[sign_write_requests: <boolean> | default = false]
31373137
3138-
# EXPERIMENTAL: If true, accept prometheus remote write v2 protocol push
3139-
# request.
3140-
# CLI flag: -distributor.remote-write2-enabled
3141-
[remote_write2_enabled: <boolean> | default = false]
3142-
31433138
# EXPERIMENTAL: If enabled, distributor would use stream connection to send
31443139
# requests to ingesters.
31453140
# CLI flag: -distributor.use-stream-push

integration/remote_write_v2_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
func TestIngesterRollingUpdate(t *testing.T) {
28-
// Test ingester rolling update situation: when -distributor.remote-write2-enabled is true, and ingester uses the v1.19.0 image.
28+
// Test ingester rolling update situation: when -distributor.remote-writev2-enabled is true, and ingester uses the v1.19.0 image.
2929
// Expected: remote write 2.0 push success
3030
const blockRangePeriod = 5 * time.Second
3131
ingesterImage := "quay.io/cortexproject/cortex:v1.19.0"

0 commit comments

Comments
 (0)