You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
860 B
26 lines
860 B
7 years ago
|
.. _config_http_conn_man_runtime:
|
||
|
|
||
|
Runtime
|
||
|
=======
|
||
|
|
||
|
The HTTP connection manager supports the following runtime settings:
|
||
|
|
||
|
.. _config_http_conn_man_runtime_client_enabled:
|
||
|
|
||
|
tracing.client_enabled
|
||
|
% of requests that will be force traced if the
|
||
|
:ref:`config_http_conn_man_headers_x-client-trace-id` header is set. Defaults to 100.
|
||
|
|
||
|
.. _config_http_conn_man_runtime_global_enabled:
|
||
|
|
||
|
tracing.global_enabled
|
||
|
% of requests that will be traced after all other checks have been applied (force tracing,
|
||
|
sampling, etc.). Defaults to 100.
|
||
|
|
||
|
.. _config_http_conn_man_runtime_random_sampling:
|
||
|
|
||
|
tracing.random_sampling
|
||
|
% of requests that will be randomly traced. See :ref:`here <arch_overview_tracing>` for more
|
||
|
information. This runtime control is specified in the range 0-10000 and defaults to 10000. Thus,
|
||
|
trace sampling can be specified in 0.01% increments.
|