Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
qorus
prometheus
Commits
9599bb9b
Unverified
Commit
9599bb9b
authored
Oct 23, 2020
by
Harkishen Singh
Committed by
GitHub
Oct 23, 2020
Browse files
Update remote_write default values in docs (#8103)
Signed-off-by:
Harkishen-Singh
<
harkishensingh@hotmail.com
>
parent
29b55122
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/configuration/configuration.md
View file @
9599bb9b
...
...
@@ -1741,13 +1741,13 @@ queue_config:
# samples from the WAL. It is recommended to have enough capacity in each
# shard to buffer several requests to keep throughput up while processing
# occasional slow remote requests.
[
capacity
:
<int> | default = 500
]
[
capacity
:
<int> | default =
2
500
]
# Maximum number of shards, i.e. amount of concurrency.
[
max_shards
:
<int> | default =
10
00
]
[
max_shards
:
<int> | default =
2
00
]
# Minimum number of shards, i.e. amount of concurrency.
[
min_shards
:
<int> | default = 1
]
# Maximum number of samples per send.
[
max_samples_per_send
:
<int> | default =
1
00
]
[
max_samples_per_send
:
<int> | default =
5
00
]
# Maximum time a sample will wait in buffer.
[
batch_send_deadline
:
<duration> | default = 5s
]
# Initial retry delay. Gets doubled for every retry.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment