Skip to content

Commit 5095140

Browse files
fix: correct phoenix docs by defaulting to postgresql (envoyproxy#1075)
1 parent 256d58f commit 5095140

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/docs/capabilities/observability/tracing.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ installing Envoy Gateway and AI Gateway.
3434
### Install Phoenix for LLM observability
3535

3636
```shell
37-
# Install Phoenix using SQLite
37+
# Install Phoenix using PostgreSQL storage.
3838
helm install phoenix oci://registry-1.docker.io/arizephoenix/phoenix-helm \
3939
--namespace envoy-ai-gateway-system \
40-
--set postgresql.enabled=false \
41-
--set persistence.enabled=true \
4240
--set auth.enableAuth=false \
4341
--set server.port=6006
4442
```

0 commit comments

Comments
 (0)