and one more thing that how to run the application...
# general
a
and one more thing that how to run the application as after running with the OTEL_. command which is given in the documentation simply hides the console and data logged to it
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..