Skip to content

Commit 5f5a725

Browse files
committed
rebase from stream connection
Signed-off-by: SungJin1212 <[email protected]>
1 parent 2fefcf9 commit 5f5a725

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
@@ -2889,16 +2889,16 @@ ha_tracker:
28892889
# CLI flag: -distributor.sign-write-requests
28902890
[sign_write_requests: <boolean> | default = false]
28912891
2892-
# EXPERIMENTAL: If true, accept prometheus remote write v2 protocol push
2893-
# request.
2894-
# CLI flag: -distributor.remote-write2-enabled
2895-
[remote_write2_enabled: <boolean> | default = false]
2896-
28972892
# EXPERIMENTAL: If enabled, distributor would use stream connection to send
28982893
# requests to ingesters.
28992894
# CLI flag: -distributor.use-stream-push
29002895
[use_stream_push: <boolean> | default = false]
29012896
2897+
# EXPERIMENTAL: If true, accept prometheus remote write v2 protocol push
2898+
# request.
2899+
# CLI flag: -distributor.remote-write2-enabled
2900+
[remote_write2_enabled: <boolean> | default = false]
2901+
29022902
ring:
29032903
kvstore:
29042904
# Backend storage to use for the ring. Supported values are: consul, etcd,

0 commit comments

Comments
 (0)