Arize-ai / phoenix

AI Observability & Evaluation
https://docs.arize.com/phoenix
Other
4.07k stars 301 forks source link

[BUG] error page on hosted phoenix #5341

Open rferrazd opened 3 weeks ago

rferrazd commented 3 weeks ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Code steps: %pip install --no-cache-dir arize-phoenix --quiet os.environ["OTEL_EXPORTER_OTLP_HEADERS"] = "api_key=..." os.environ["PHOENIX_CLIENT_HEADERS"] = "api_key=..." os.environ["PHOENIX_COLLECTOR_ENDPOINT"] = "https://app.phoenix.arize.com"

%pip install --no-cache-dir arize-phoenix-otel --quiet

from phoenix.otel import register

configure the Phoenix tracer

tracer_provider = register( endpoint="https://app.phoenix.arize.com/v1/traces", )

Screenshots

Screenshot 2024-11-12 at 5 47 49 PM

Environment (please complete the following information):

Additional context Add any other context about the problem here (e.x. a link to a colab)

axiomofjoy commented 3 weeks ago

thanks @rferrazd. this appears to be an issue with hosted phoenix. i have flagged the issue and the team will take a look. it would also be helpful to know what page you were trying to access where you see this error message.

rferrazd commented 3 weeks ago

I was trying to access: https://app.phoenix.arize.com/v1/traces.

Thank you for the help

RogerHYang commented 2 weeks ago

@rferrazd can you try again without the v1/traces suffix? That suffix is a receiver endpoint and has no html.