jnanajneya

Results 4 comments of jnanajneya

I think you can do this with ``` const child = logger.child({requestId: req.getId()}); child.info("something"); ``` That should now include `requestId` see https://github.com/trentm/node-bunyan#logchild

Could you just use baggage for this? https://datadoghq.dev/dd-trace-js/interfaces/span.html#setbaggageitem and https://datadoghq.dev/dd-trace-js/interfaces/span.html#getbaggageitem

hi @jianyuan is this still on your roadmap? I am having the same issue as @lingrino - however I have never written GO so it would not be as easy...

Thanks - quick question to validate something we saw. Does Hasura apply all metadata on each metadata change? I noticed that when I changed permissions on a table, it also...