Skip to content

Commit 755bb5e

Browse files
committed
rebase from stream connection
Signed-off-by: SungJin1212 <[email protected]>
1 parent cde5b3e commit 755bb5e

File tree

5 files changed

+211
-88
lines changed

5 files changed

+211
-88
lines changed

docs/configuration/config-file-reference.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3135,16 +3135,16 @@ 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
31463141
[use_stream_push: <boolean> | default = false]
31473142
3143+
# EXPERIMENTAL: If true, accept prometheus remote write v2 protocol push
3144+
# request.
3145+
# CLI flag: -distributor.remote-write2-enabled
3146+
[remote_write2_enabled: <boolean> | default = false]
3147+
31483148
ring:
31493149
kvstore:
31503150
# Backend storage to use for the ring. Supported values are: consul, etcd,

0 commit comments

Comments
 (0)