Request ID tracing with envoy and custom plugin lib #576
Unanswered
lucascanna
asked this question in
Q&A
Replies: 1 comment
|
Hi @lucascanna, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What product are you having troubles with?
Console
What Console version are you using?
13
Description
Hello!
I am using the Envoy API Gateway along with a Node.js service built using Mia-Platform's Custom Plugin Lib (v6.0.2).
For the same incoming request, I noticed that the request ID in Envoy's logs is different from the one recorded in the service's logs. Additionally, for authenticated requests that pass through the authorization-service and client-credentials service, I observe two other distinct request IDs.
Do you have any insights on why the request ID is not consistent throughout the entire service chain?
Thanks!
Actual Outcome
No response
Expected Outcome
No response
All reactions