This message was deleted.
# general
s
This message was deleted.
p
@User do you have ideas on this?
a
I guess environment valriables work fine. Issue resolved ..
I can set the env variables using this code before the initialization of the code in the server_init.js file
process.env.OTEL_EXPORTER_OTLP_SPAN_ENDPOINT=ā€œhttp://localhost:55681/v1/traceā€;
and set all the necessary variables
and it starts to send the variables to the SigNoz and terminal window also shows the operation messages like get request connection made succesfully to database..