-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
k/enhancementNew feature or improve an existing featureNew feature or improve an existing feature
Description
I'd like to be able to trace a full request from my frontend -> hasura -> api when i call an hasura action.
There is the x-request-id header for that.
If i set it on my frontend query, as it's specified the same x-request-id will be in hasura logs, but hasura don't send this header to my API.
But i receive a 2 tracing headers: X-Hasura-Traceid and X-Hasura-Spanid. unfortunately those id aren't logged in hasura log ouput.
On a action called, hasura forward all the http headers to the api
- if i sent from my frontend a http header
x-foobar-id: 42, my API will receive it. - if i sent from my frontend a http header
x-request-id: 42, my API will NOT receive it.
Am i missing something ?!
Tested on v1.3.3 and on v2.0.0-alpha.4
Metadata
Metadata
Assignees
Labels
k/enhancementNew feature or improve an existing featureNew feature or improve an existing feature