Troubleshooting Timeout Errors in TS Client with Phoenix in Docker
Hey! I'm using the TS client with a self-hosted Phoenix in docker. I'm get the traces registered but I'm getting a bunch of
{"message":"Request timed out","originalLine":"59","originalColumn":"25","line":"87","column":"24","sourceURL":"/node_modules/@opentelemetry/exporter-trace-otlp-proto/node_modules/@opentelemetry/otlp-exporter-base/build/src/transport/http-transport-utils.js","stack":"Error: Request timed out\n at <anonymous> (/node_modules/@opentelemetry/exporter-trace-otlp-proto/node_modules/@opentelemetry/otlp-exporter-base/build/src/transport/http-transport-utils.js:87:24)\n at emit (node:events:183:48)\n at emitCloseNT (node:http:191:21)\n at <anonymous> (node:http:1074:18)\n at <anonymous> (native:19:28)\n at processTicksAndRejections (native:7:39)","name":"Error"} in the service logs. CPU usage in the docker is fine and I tried to increase the timeout limit. Any idea of what could be happening?
