.. _config_http_filters_router_v1: Router ====== Router :ref:`configuration overview `. .. code-block:: json { "name": "router", "config": { "dynamic_stats": "...", "start_child_span": "..." } } dynamic_stats *(optional, boolean)* Whether the router generates :ref:`dynamic cluster statistics `. Defaults to *true*. Can be disabled in high performance scenarios. .. _config_http_filters_router_start_child_span: start_child_span *(optional, boolean)* Whether to start a child :ref:`tracing ` span for egress routed calls. This can be useful in scenarios where other filters (auth, ratelimit, etc.) make outbound calls and have child spans rooted at the same ingress parent. Defaults to *false*.