Hi, I was testing how the `OTEL_EXPORTER_OTLP_ENDP...
# support
a
Hi, I was testing how the
OTEL_EXPORTER_OTLP_ENDPOINT=127.0.0.1:4317
variable worked, in the guide it says we are suppose to set it locally in the terminal. I tried to set it as a different port and see if signoz can still detect data coming from my graphql server. I was expecting it to break (not detect the service) but it was still able to detect, why is this? Is it overriding the incorrect port I set in the terminal and using some kind of default value? Thanks.
s
What do you mean I tried to set it as a different port and see if signoz can still detect data coming from my graphql server?
a
Let me rephrase the question, we are trying to deploy signoz on our own server, so the endpoint will not be
127.0.0.1:4317
, so to set the
OTEL_EXPORTER_OTLP_ENDPOINT
as something else, can we set this variable in our .env.js file? Or where else/are there any examples of this? Thanks! @Srikanth Chekuri