Hi folks; I'm trying to work through the no-code ...
# support
j
Hi folks; I'm trying to work through the no-code starter for NodeJS and not having any luck. I'm obviously doing something stupid, but not entirely sure what. The error I'm seeing is:
Copy code
{
  "stack": "OTLPExporterError: Not Found\n    at IncomingMessage.<anonymous> (/Users/jmcgill/src/signoz-test/other/node_modules/@opentelemetry/otlp-exporter-base/build/src/transport/http-transport-utils.js:64:31)\n    at /Users/jmcgill/src/signoz-test/other/node_modules/@opentelemetry/context-async-hooks/build/src/AbstractAsyncHooksContextManager.js:46:55\n    at AsyncLocalStorage.run (node:async_hooks:335:14)\n    at AsyncLocalStorageContextManager.with (/Users/jmcgill/src/signoz-test/other/node_modules/@opentelemetry/context-async-hooks/build/src/AsyncLocalStorageContextManager.js:33:40)\n    at IncomingMessage.contextWrapper (/Users/jmcgill/src/signoz-test/other/node_modules/@opentelemetry/context-async-hooks/build/src/AbstractAsyncHooksContextManager.js:46:32)\n    at IncomingMessage.emit (node:events:531:35)\n    at endReadableNT (node:internal/streams/readable:1696:12)\n    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)",
  "message": "Not Found",
  "code": "404",
  "name": "OTLPExporterError",
  "data": "{\"code\":12,\"message\":\"not found\"}"
}
environment variables: export OTEL_TRACES_EXPORTER="otlp" export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT="https://ingest.us.signoz.cloud:443" export OTEL_NODE_RESOURCE_DETECTORS="env,host,os" export OTEL_SERVICE_NAME="test" export OTEL_EXPORTER_OTLP_HEADERS="signoz-ingestion-key={key}" export NODE_OPTIONS="--require @opentelemetry/auto-instrumentations-node/register"
n
Hey @James McGill Did you tried with following this doc: https://signoz.io/docs/instrumentation/opentelemetry-express/