Skip to content

Commit 8d4fec0

Browse files
committed
rebase from stream connection
Signed-off-by: SungJin1212 <[email protected]>
1 parent e3eddd7 commit 8d4fec0

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
@@ -2768,16 +2768,16 @@ ha_tracker:
27682768
# CLI flag: -distributor.sign-write-requests
27692769
[sign_write_requests: <boolean> | default = false]
27702770
2771-
# EXPERIMENTAL: If true, accept prometheus remote write v2 protocol push
2772-
# request.
2773-
# CLI flag: -distributor.remote-write2-enabled
2774-
[remote_write2_enabled: <boolean> | default = false]
2775-
27762771
# EXPERIMENTAL: If enabled, distributor would use stream connection to send
27772772
# requests to ingesters.
27782773
# CLI flag: -distributor.use-stream-push
27792774
[use_stream_push: <boolean> | default = false]
27802775
2776+
# EXPERIMENTAL: If true, accept prometheus remote write v2 protocol push
2777+
# request.
2778+
# CLI flag: -distributor.remote-write2-enabled
2779+
[remote_write2_enabled: <boolean> | default = false]
2780+
27812781
ring:
27822782
kvstore:
27832783
# Backend storage to use for the ring. Supported values are: consul, etcd,

0 commit comments

Comments
 (0)