File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
// Number of 100ms buckets to track request distribution in. Used to build
23
23
// 'carbon.zipper.hostname.requests_in_0ms_to_100ms' metric and friends.
24
- // Requests beyond the last bucket are logged as slow (default of 10 implies "slow" is >1 second).
24
+ // Requests beyond the last bucket are logged as slow
25
+ // (default of 10 implies "slow" is >1 second).
25
26
"Buckets": 10,
26
27
27
- // Maximum total backend requesting timeout in ms. ( How long we may spend making requests. )
28
+ // Maximum total backend requesting timeout in ms.
29
+ // ( How long we may spend making requests. )
28
30
"TimeoutMs": 10000,
29
31
30
- // Timeout, in ms, once the final backend has been contacted. ( [Effectively] How long we'll wait for the slowest response. )
32
+ // Timeout, in ms, once the final backend has been contacted.
33
+ // ( [Effectively] How long we'll wait for the slowest response. )
31
34
"TimeoutMsAfterAllStarted": 2000,
32
35
33
36
// Number of concurrent requests to any given backend - default is no limit.
You can’t perform that action at this time.
0 commit comments