When using llamaindex, I noticed that if my endpoint is ""http://127.0.0.1:6006" - I get the below error message.
When my endpoint is "http://127.0.0.1:6006/v1/traces" - it goes away. Can someone explain the correct usage of when to use "/v1/traces", it seems to be mixed in the example notebooks.
Hereβs a brief description of the ports. The error message in your screenshot mentions gRPC, so the correct port for that is 4317 and is without v1/traces. The v1/traces endpoint is a REST endpoint behind the 6006 port.