We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256d58f commit 5095140Copy full SHA for 5095140
site/docs/capabilities/observability/tracing.md
@@ -34,11 +34,9 @@ installing Envoy Gateway and AI Gateway.
34
### Install Phoenix for LLM observability
35
36
```shell
37
-# Install Phoenix using SQLite
+# Install Phoenix using PostgreSQL storage.
38
helm install phoenix oci://registry-1.docker.io/arizephoenix/phoenix-helm \
39
--namespace envoy-ai-gateway-system \
40
- --set postgresql.enabled=false \
41
- --set persistence.enabled=true \
42
--set auth.enableAuth=false \
43
--set server.port=6006
44
```
0 commit comments