Hello support team,
I am getting an error running arize phoenix in a docker environment - "ERROR:opentelemetry.exporter.otlp.proto.http.trace_exporter:Failed to export batch code: 405, reason: Method Not Allowed"
I'd appreciate any pointers to the root cause and how to fix
My docker-compose is as follows:
version: "3.9"
name: aida
services:
arizephoenix:
image: arizephoenix/phoenix:version-2.9.3
container_name: arizephoenix
ports:
- "6006:6006"
aida_service:
image: aida_service:0.1.32
container_name: aida_service
ports:
- "8000:8000"