server
The following keys are supported in a single keyless server:
name
required, type: metric node name
Set the name of the server.
listen
required, type: tcp listen
Set the listen config for this server.
tls_server
optional, type: openssl server config
Enable TLS on the listening socket and set TLS parameters.
default: disabled
multiplex_queue_depth
optional, type: usize
Enable multiplex support and set the queue length.
It is required if you want to use multiple worker backends.
default: not set
request_read_timeout
optional, type: humanize duration
default: 100ms
duration_stats
optional, type: histogram metrics
Histogram metrics config for time duration stats of request operations.
default: set with default value
async_op_timeout
optional, type: humanize duration
Set timeout value for the async operation of a single request.
default: 1s
concurrency_limit
optional, type: usize
Set request concurrency limit. Extra requests will be pending in the queue.
default: not limited