You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/user/RouterConfiguration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ A full list of them can be found in the [RouteRequest](RouteRequest.md).
36
36
|[configVersion](#configVersion)|`string`| Deployment version of the *router-config.json*. |*Optional*|| 2.1 |
37
37
|[flex](sandbox/Flex.md)|`object`| Configuration for flex routing. |*Optional*|| 2.1 |
38
38
| gtfsApi |`object`| Configuration for the GTFS GraphQL API. |*Optional*|| 2.8 |
39
-
|[tracingTags](#gtfsApi_tracingTags)|`string[]`| Used to group requests when monitoring OTP. |*Optional*|| na |
39
+
|[tracingTags](#gtfsApi_tracingTags)|`string[]`| Used to group requests based on headers or query parameters when monitoring OTP.|*Optional*|| na |
40
40
|[rideHailingServices](sandbox/RideHailing.md)|`object[]`| Configuration for interfaces to external ride hailing services like Uber. |*Optional*|| 2.3 |
41
41
|[routingDefaults](RouteRequest.md)|`object`| The default parameters for the routing query. |*Optional*|| 2.0 |
42
42
|[server](#server)|`object`| Configuration for router server. |*Optional*|| 2.4 |
@@ -106,7 +106,7 @@ Be aware that OTP uses the config embedded in the loaded graph if no new config
0 commit comments