|
15 | 15 | |[**override\_subgraph\_urls**](#override_subgraph_urls)|`object`|Configuration for overriding subgraph URLs.<br/>Default: `{}`<br/>|| |
16 | 16 | |[**query\_planner**](#query_planner)|`object`|Query planning configuration.<br/>Default: `{"allow_expose":false,"timeout":"10s"}`<br/>|| |
17 | 17 | |[**supergraph**](#supergraph)|`object`|Configuration for the Federation supergraph source. By default, the router will use a local file-based supergraph source (`./supergraph.graphql`).<br/>|| |
18 | | -|[**traffic\_shaping**](#traffic_shaping)|`object`|Configuration for the traffic-shaper executor. Use these configurations to control how requests are being executed to subgraphs.<br/>Default: `{"dedupe_enabled":true,"max_connections_per_host":100,"pool_idle_timeout_seconds":50}`<br/>|| |
| 18 | +|[**traffic\_shaping**](#traffic_shaping)|`object`|Configuration for the traffic-shaping of the executor. Use these configurations to control how requests are being executed to subgraphs.<br/>Default: `{"dedupe_enabled":true,"max_connections_per_host":100,"pool_idle_timeout_seconds":50}`<br/>|| |
19 | 19 |
|
20 | 20 | **Additional Properties:** not allowed |
21 | 21 | **Example** |
@@ -641,7 +641,7 @@ For more information on the available functions and syntax, see the |
641 | 641 |
|
642 | 642 | |Name|Type|Description|Required| |
643 | 643 | |----|----|-----------|--------| |
644 | | -|**expression**|`string`||yes| |
| 644 | +|**expression**|`string`|The VRL expression string.<br/>|yes| |
645 | 645 |
|
646 | 646 |
|
647 | 647 | <a name="headersallresponse"></a> |
@@ -863,7 +863,7 @@ For more information on the available functions and syntax, see the |
863 | 863 |
|
864 | 864 | |Name|Type|Description|Required| |
865 | 865 | |----|----|-----------|--------| |
866 | | -|**expression**|`string`||yes| |
| 866 | +|**expression**|`string`|The VRL expression string.<br/>|yes| |
867 | 867 |
|
868 | 868 |
|
869 | 869 | <a name="headerssubgraphs"></a> |
@@ -1116,7 +1116,7 @@ For more information on the available functions and syntax, see the |
1116 | 1116 |
|
1117 | 1117 | |Name|Type|Description|Required| |
1118 | 1118 | |----|----|-----------|--------| |
1119 | | -|**expression**|`string`||yes| |
| 1119 | +|**expression**|`string`|The VRL expression string.<br/>|yes| |
1120 | 1120 |
|
1121 | 1121 |
|
1122 | 1122 | <a name="headerssubgraphsadditionalpropertiesresponse"></a> |
@@ -1338,7 +1338,7 @@ For more information on the available functions and syntax, see the |
1338 | 1338 |
|
1339 | 1339 | |Name|Type|Description|Required| |
1340 | 1340 | |----|----|-----------|--------| |
1341 | | -|**expression**|`string`||yes| |
| 1341 | +|**expression**|`string`|The VRL expression string.<br/>|yes| |
1342 | 1342 |
|
1343 | 1343 |
|
1344 | 1344 | <a name="http"></a> |
@@ -1808,7 +1808,7 @@ Request timeout for the Hive Console CDN requests. |
1808 | 1808 | <a name="traffic_shaping"></a> |
1809 | 1809 | ## traffic\_shaping: object |
1810 | 1810 |
|
1811 | | -Configuration for the traffic-shaper executor. Use these configurations to control how requests are being executed to subgraphs. |
| 1811 | +Configuration for the traffic-shaping of the executor. Use these configurations to control how requests are being executed to subgraphs. |
1812 | 1812 |
|
1813 | 1813 |
|
1814 | 1814 | **Properties** |
|
0 commit comments