brief-traffic-36675
08/11/2023, 4:03 PMProcess is not running on K8S Error: Failed to load page, status code: 403
at IncomingMessage.<anonymous> (/usr/local/src/app/node_modules/@opentelemetry/resource-detector-aws/build/src/detectors/AwsEksDetector.js:192:32)
at /usr/local/src/app/node_modules/@opentelemetry/context-async-hooks/build/src/AbstractAsyncHooksContextManager.js:50:55
at AsyncLocalStorage.run (node:async_hooks:319:14)
at AsyncLocalStorageContextManager.with (/usr/local/src/app/node_modules/@opentelemetry/context-async-hooks/build/src/AsyncLocalStorageContextManager.js:33:40)
at IncomingMessage.contextWrapper (/usr/local/src/app/node_modules/@opentelemetry/context-async-hooks/build/src/AbstractAsyncHooksContextManager.js:50:32)
at IncomingMessage.emit (node:events:525:35)
at IncomingMessage.emit (node:domain:489:12)
at endReadableNT (node:internal/streams/readable:1358:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
{"stack":"Error: connect ECONNREFUSED 127.0.0.1:4318\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16)\n at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17)","message":"connect ECONNREFUSED 127.0.0.1:4318","errno":"-111","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":"4318","name":"Error"}
future-teacher-7046
OTEL_EXPORTER_OTLP_ENDPOINT
environment variable? Looks like it's trying to post traces to 127.0.0.1:4318, which if you're running GrowthBook in a docker container, is not going to work since 127.0.0.1 points to localhost within the docker network, not the host machine.brief-traffic-36675
08/11/2023, 4:10 PMfuture-teacher-7046
brief-traffic-36675
08/11/2023, 4:15 PM