Slackbot
07/19/2022, 6:07 AMSrikanth Chekuri
07/19/2022, 6:10 AMAnkit Nayan
Ankit Nayan
Rahul K
07/19/2022, 6:58 AMRahul K
07/19/2022, 6:59 AMPranay
Pranay
Rahul K
07/19/2022, 7:38 AMRahul K
07/19/2022, 7:39 AMAnkit Nayan
OTEL_EXPORTER_OTLP_ENDPOINT="<IP of SigNoz>:4317" \
OTEL_RESOURCE_ATTRIBUTES=service.name=<service_name> \
node -r ./tracing.js index.js
and add a tracing.js
which contains other initializations. Give below blog a read https://signoz.io/blog/opentelemetry-express/Ankit Nayan
Rahul K
07/20/2022, 10:13 AMRahul K
07/20/2022, 10:18 AMAnkit Nayan
Rahul K
07/20/2022, 10:40 AMRahul K
07/20/2022, 12:16 PMAnkit Nayan
OTEL_EXPORTER_OTLP_ENDPOINT="<IP of SigNoz>:4317"
you need to use IP of the machine in which signoz is hosted and open us port to receive traffic from the machine where your nodejs app is hostedRahul K
07/20/2022, 1:52 PMAnkit Nayan
Rahul K
07/21/2022, 6:36 AMPrashant Shahi
07/21/2022, 7:14 AMRahul K
07/21/2022, 7:16 AM