Hi Everyone. I have installed NestJS in one of my ...
# support
a
Hi Everyone. I have installed NestJS in one of my app but my data is not getting populated on the SignOz dashboard. const exporterOptions = { url: 'http://localhost:4318/v1/traces' } May I know If i have to edit this with my signoz URL like- http://43.204.20.55:3301/services
v
Looks like instrumentation issue, can you please try using below otel versions in package.json and try again?
Copy code
"@opentelemetry/auto-instrumentations-node": "^0.33.1",
        "@opentelemetry/exporter-trace-otlp-http": "^0.33.0",
        "@opentelemetry/sdk-node": "^0.33.0",
a
Sure
Hey. Thank you so much for your reply. My app has finally started instrumenting the data now. I installed this as well -
Copy code
npm install --save @opentelemetry/api
Let me test it and then get back to you for further help