James McGill
06/11/2025, 8:54 PM{
"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"Nagesh Bansal
06/12/2025, 11:16 AM