Open rferrazd opened 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.
I was trying to access: https://app.phoenix.arize.com/v1/traces.
Thank you for the help
@rferrazd can you try again without the v1/traces
suffix? That suffix is a receiver endpoint and has no html.
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
Environment (please complete the following information):
Additional context Add any other context about the problem here (e.x. a link to a colab)