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:
3135
3135
# CLI flag: -distributor.sign-write-requests
3136
3136
[sign_write_requests: <boolean> | default = false]
3137
3137
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
-
3143
3138
# EXPERIMENTAL: If enabled, distributor would use stream connection to send
3144
3139
# requests to ingesters.
3145
3140
# CLI flag: -distributor.use-stream-push
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
)
26
26
27
27
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.
29
29
// Expected: remote write 2.0 push success
30
30
const blockRangePeriod = 5 * time .Second
31
31
ingesterImage := "quay.io/cortexproject/cortex:v1.19.0"
You can’t perform that action at this time.
0 commit comments