architgarg95
architgarg95
Hi @david-luna , I have the instrumentation code inlined in the main file, please find below the code: ``` const { NodeSDK } = require('@opentelemetry/sdk-node'); const { getNodeAutoInstrumentations } =...
Node 14 doesn't support it, works fine on Node 16 and later versions on arm machines as well
Even after providing the logRecordProcessor it doesn't send the logs to otel collector, right now I have patched the winston logger to emit logs to otel-collector every time something gets...