Hello everyone, I am trying to setup the otel collection in golang on my project but struggling to find the endpoint in the cloud organization. My config is # Arize Cloud Configuration ARIZE_ENDPOINT=trace.phx.lovable.arize.com:443 ARIZE_SPACE_KEY=*** ARIZE_API_KEY=*** https://app.arize.com/organizations/QWNjb3VudE9yZ2FuaXphdGlvbjoyNDMyMDovN1k5/spaces/U3BhY2U6MjUzNzg6ZUZzMw== in which dashboard can I find the correct arize endpoint? in my debug logs I can see samples being sent but nothing shows in the project
For Arize/Phoenix Cloud, the correct OTEL tracing endpoint is found in your Phoenix Cloud "Settings" page under the "Hostname" field. The endpoint should look like:
https://app.phoenix.arize.com/s/<your-space> /v1/traces
Replace <your-space> with your actual space name. The endpoint you provided (trace.phx.lovable.arize.com:443) is not the standard Phoenix Cloud endpoint and may not work for trace ingestion. Make sure your API key is set as an HTTP header for authentication. If traces are not appearing, double-check the endpoint and API key configuration in your environment variables and code.For more details, see What is my Phoenix Endpoint? and Cloud setup instructions.Would you like step-by-step guidance for configuring the Go OpenTelemetry exporter with Phoenix Cloud?Sources:
- What is my Phoenix Endpoint?
- CrewAI Tracing | Phoenix
馃挕聽Hint: Mention RunLLM in the thread for followups.
What is the difference between the Arize cloud and the Phoenix cloud? I cannot find any hostname in the settings page of the Arize cloud
