NestJS Installation and Data Populating in SignOz Dashboard

TLDR abhinav had an issue with NestJS data not populating in their SignOz dashboard. vishal-signoz recommended updating otel versions in package.json, which resolved the issue.

Photo of abhinav
abhinav
Fri, 31 Mar 2023 10:58:15 UTC

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: '' } May I know If i have to edit this with my signoz URL like-

Photo of vishal-signoz
vishal-signoz
Fri, 31 Mar 2023 12:36:53 UTC

Looks like instrumentation issue, can you please try using below otel versions in package.json and try again? ``` "@opentelemetry/auto-instrumentations-node": "^0.33.1", "@opentelemetry/exporter-trace-otlp-http": "^0.33.0", "@opentelemetry/sdk-node": "^0.33.0",```

Photo of abhinav
abhinav
Sun, 02 Apr 2023 14:09:40 UTC

Sure

Photo of abhinav
abhinav
Mon, 10 Apr 2023 06:46:22 UTC

Hey. Thank you so much for your reply. My app has finally started instrumenting the data now. I installed this as well - ```npm install --save @opentelemetry/api```

Photo of abhinav
abhinav
Mon, 10 Apr 2023 06:46:43 UTC

Let me test it and then get back to you for further help