Does the self hosted version of phoenix include dashboards? - i cant see them
Yes, the self-hosted version of Phoenix includes dashboards as of version 11.12 and later. These dashboards provide trace latency, error metrics, cost trends, model usage, and more, and can be set as the default project view. If you do not see them, ensure you are running Phoenix 11.12+ and check your project configuration settings to enable the dashboard view. If you are on an older version, dashboards will not be available. For more details, see the release notes and dashboard documentation [1]聽[2]聽[3]. Would you like more detail on how to access or configure dashboards?Sources: - https://arize.com/docs/phoenix/release-notes/07.2025/07.25.2025-project-dashboards - https://arize.com/docs/phoenix/release-notes#radix-芦R12r8ut1letrnb禄 - https://arize.com/docs/phoenix/release-notes/~gitbook/pdf#S%3A3e
馃挕聽Hint: Mention RunLLM in the thread for followups.
I am using 11.18 and dont have dashboards
my config
services:
phoenix:
image: arizephoenix/phoenix:11.18.0-debug
ports:
- 6006:6006 # PHOENIX_PORT
- 4317:4317 # PHOENIX_GRPC_PORT
- 9090:9090 # Optional: PROMETHEUS_PORT
environment:
- PHOENIX_WORKING_DIR=/mnt/data
volumes:
- ./data:/mnt/dataWhat types of dashboards are you looking for? This is an example metric view I have in one of my projects
Ignore cost, we only recently enabled that
There鈥檚 also a bunch more graphs below
I do have dashboard if i go to metrics specificaly but I do not see dashboard section in the left side panel
additionaly it would be cool to be able to customise those dashboard i.e. remove unwanted ones, create new, or modify the colors
i assume its not possible atm?
Ok got it - was confused due to some video in docs - but I guess its outdated Thank you for quick help
^ video
The dashboard icon in the left nav is not yet completed. Coming soon.
