Hey @Rishabh Tripathi!
can you share more details regarding how you have configured nodejs instrumentation and k8s manifest?
r
Rishabh Tripathi
06/23/2022, 7:01 AM
I have installed the repo over the jenkins (ec2 instance) server and then "npm i" inside the repo directory then through jenkins <job pack> state i have configured
1 OTEL_EXPORTER_OTLP_ENDPOINT="<IP of SigNoz>:4317" \ node -r ./tracing.js index.js
but it's giving below error(screenshot attached)
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.