This message was deleted.
# support
s
This message was deleted.
a
a
On it, let me get back to you
Managed to get the app running but I don't see the app in Signoz UI after visiting any endpoints
a
Can you check if SigNoz otel collector is accessible from where you are running your applications: https://signoz.io/docs/install/troubleshooting/#using-troubleshooting-repository
@Aditya Tripathi
a
The troubleshooter was successful, it sent data properly but am I supposed to see something in the UI like test/sample data?
@Ashu
a
You should see your application in the
Services
tab if the instrumentation was setup correctly. Can you share your
tracing.ts
file @Aditya Tripathi?
a
I've finally got it working, following the NestJS guide @Ashu Thanks for your help
Is there anything I should keep in mind if it's being deployed on multiple pods over K8s?
a
Great @Aditya Tripathi! For deployment on k8s @Prashant Shahi would be able to share any pointers if any.
a
Okay thanks
p
@Aditya Tripathi it should work fine even across multiple replicas. Another alternative to ease out auto instrumentation would be using OpenTelemetry Operator. We will be releasing a guide on the same in few days.
a
Great, thanks for sharing, will look forward to it. @Prashant Shahi