File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525)
2626
2727func 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"
You can’t perform that action at this time.
0 commit comments