hyperdxio / hyperdx

Resolve production issues, fast. An open source observability platform unifying session replays, logs, metrics, traces and errors powered by Clickhouse and OpenTelemetry.
https://hyperdx.io/
MIT License
6.39k stars 175 forks source link

HYPERDX_API_PORT and HYPERDX_API_URL conflicts with proxy #441

Open Saddamus opened 1 week ago

Saddamus commented 1 week ago

Hello. These 2 variables are joined together. HYPERDX_API_PORT: will make instance to start on the port HYPERDX_API_URL will make the app to use api on HYPERDX_API_URL:HYPERDX_API_PORT This way you can not deploy any reverse proxy on the same host / IP as port is already in use. Is there any guide how to make it working with reverse proxy ?