Nishant Hurnekar
07/17/2025, 9:58 AMHien Le
07/17/2025, 4:55 PMauto-instrumentation system if you're already able to use auto-instrumentation (package or k8s operator):
https://www.npmjs.com/package/@opentelemetry/instrumentation-winston
In my case, since I'm using NestJS I had to use nest-winston to replace Nest's default logger with Winston, then the above module will add the winston-transport and now you'll get Logs that are automatically correlated to Traces with a trace.id attribute.Hien Le
07/17/2025, 4:56 PMNishant Hurnekar
07/18/2025, 12:51 PMHien Le
07/18/2025, 7:43 PMtracing.js, there is not extensive changes to your app.