Hello I have a question 馃檪 (we are using phoenix v3.23)
Whenever there is an LLM call, I see the following POST API call to the `/traces` endpoint, which is expected:
```
INFO: 127.0.0.1:37436 - "POST /v1/traces HTTP/1.1" 200 OK
```
However, I also observe a significant number of API calls to the GraphQL endpoint. Could you explain why so many calls are happening? Is it making frequent calls to send out trace logs for telemetry or another purpose?
```
INFO: 78.198.212.116:53183 - "POST /graphql HTTP/1.1" 200 OK
```