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.
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",```
Sure
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```
Let me test it and then get back to you for further help
abhinav
Fri, 31 Mar 2023 10:58:15 UTCHi 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-