Done
Details
Assignee
Yusuf MurodovYusuf MurodovReporter
Matt RenoMatt RenoPriority
P3Story Points
2Sprint
NoneDevelopment Team
VegaParent
Fix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Yusuf Murodov
Yusuf MurodovReporter
Matt Reno
Matt RenoPriority
Story Points
2
Sprint
None
Development Team
Vega
Parent
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created September 24, 2019 at 1:55 PM
Updated June 27, 2022 at 7:55 AM
Resolved March 11, 2022 at 2:38 PM
In order for Okapi to track API calls properly, the "X-Okapi-Request-Id" header should be passed along when the module makes its own API calls. Since this module is not using the RMB HTTP client, it needs to ensure that the header is passed to the vertx WebClient in "OkapiModulesClientImpl".
Without this header, the calls are disassociated with the initial call, like "check-out-by-barcode", making overall API performance analysis challenging.