#C01HWQ1R0BC
Hi everyone, I am having issues instrumenting my Node Application to Signoz cloud.
After setting all the required environment variables correctly on my terminal, I got this error message "{"stack":"OTLPExporterError: Not Found\n at IncomingMessage.
anonymous (C:\\Users\\LENOVO\\Desktop\\Reliability-Metrics-Demo\\node_modules\\@opentelemetry\\otlp-exporter-base\\build\\src\\platform\\node\\http-transport-utils.js
6231)\n at C:\\Users\\LENOVO\\Desktop\\Reliability-Metrics-Demo\\node_modules\\@opentelemetry\\context-async-hooks\\build\\src\\AbstractAsyncHooksContextManager.js
5055\n at AsyncLocalStorage.run (node
async hooks316:14)\n at AsyncLocalStorageContextManager.with (C:\\Users\\LENOVO\\Desktop\\Reliability-Metrics-Demo\\node_modules\\@opentelemetry\\context-async-hooks\\build\\src\\AsyncLocalStorageContextManager.js
3340)\n at IncomingMessage.contextWrapper (C:\\Users\\LENOVO\\Desktop\\Reliability-Metrics-Demo\\node_modules\\@opentelemetry\\context-async-hooks\\build\\src\\AbstractAsyncHooksContextManager.js
5032)\n at IncomingMessage.emit (node
events539:35)\n at endReadableNT (node
internal/streams/readable1345:12)\n at processTicksAndRejections (node
internal/process/task queues83:21)","message":"Not Found","name":"OTLPExporterError","code":"404"}
"
In the logs, it shows that the span is created and the application is instrumented successfully but the Traces are not exported to the Signoz cloud.
Kindly help me out 🙏