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
The X-Correlation-ID is an id that gets passed by a client and is getting printed in the logs.
This allows end to end tracing of requests across systems.
The text was updated successfully, but these errors were encountered:
So we do have trace propagation using opentelemetry. I think Pascal means (I am not sure) putting the trace in logs, so that we can look at logs, get a request id, and check at the trace.
I wrote code to extract the trace id a few years ago. I ended up trashing it assuming we would never use it. (Also the code to extract it was pretty ugly)
Add support for
X-Correlation-ID
in the header.The
X-Correlation-ID
is an id that gets passed by a client and is getting printed in the logs.This allows end to end tracing of requests across systems.
The text was updated successfully, but these errors were encountered: