Self hosting question - there's a Stream toggle in the top right of the traces view in the dashboard. Local docker install - this is enabled and turned on ✅ Docker install on azure (either App Service or Container Instance) - this is disabled ❓ What controls whether UI can auto-refresh with new traces? Thanks
The ability for the UI to auto-refresh with new traces is controlled by the streaming settings in Phoenix. According to the StreamStateContext.tsx, the streaming feature is managed by a context that checks whether streaming is enabled. This is typically set in the preferences context, which can be configured to enable or disable streaming.If the streaming toggle is disabled in your Azure Docker installation, it might be due to the configuration settings not being properly set to enable streaming. Ensure that the environment variables or settings related to streaming are correctly configured in your Azure setup. You might also want to check if there are any network or permission issues that could be affecting the streaming capability.Would you like more detailed guidance on configuring these settings?Sources: - StreamStateContext.tsx
💡 Hint: Mention RunLLM in the thread for followups.
Hey Pan D. thanks for reaching out. By default the stream toggle should be enabled on self hosted deployments. Can you share the phoenix versions that you are running in each environment?
Hi Anthony P., all attempts have been using the latest docker image which is platform version 8.20.0
We have identified a potential issue in the code that could cause the stream toggle to be errantly disabled, can you try upgrading to v8.21.0 and see if the issue is resolved? Sorry for the inconvenience
Yes, confirming that's resolved it. Thanks!
Possibly related, and less of an issue but.. The Auto-Refresh toggle on the Projects page doesn't even appear in the deployed version, even with 8.21.0
We've made the decision to remove the project level refresh button due to performance concerns with metric generation. Would it help your use cases if we added a manual refresh button to the page?
