From 2ff36a2a450515694c488645c36f0d314881ef40 Mon Sep 17 00:00:00 2001 From: Sivanantham Chinnaiyan Date: Fri, 6 Feb 2026 15:15:00 +0530 Subject: [PATCH] fix: update helm release name in tracing documentation Signed-off-by: Sivanantham Chinnaiyan --- site/docs/capabilities/observability/tracing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/docs/capabilities/observability/tracing.md b/site/docs/capabilities/observability/tracing.md index 263f6e8f29..5686291ffb 100644 --- a/site/docs/capabilities/observability/tracing.md +++ b/site/docs/capabilities/observability/tracing.md @@ -58,7 +58,7 @@ kubectl wait --timeout=5m -n envoy-ai-gateway-system \ Upgrade your AI Gateway installation with [OpenTelemetry configuration][otel-config]: -{`helm upgrade ai-eg oci://docker.io/envoyproxy/ai-gateway-helm \\ +{`helm upgrade aieg oci://docker.io/envoyproxy/ai-gateway-helm \\ --version v${vars.aigwVersion} \\ --namespace envoy-ai-gateway-system \\ --set "extProc.extraEnvVars[0].name=OTEL_EXPORTER_OTLP_ENDPOINT" \\ @@ -179,7 +179,7 @@ Here's an example of keeping the default session mapping for spans/logs while only adding a low-cardinality attribute to metrics: -{`helm upgrade ai-eg oci://docker.io/envoyproxy/ai-gateway-helm \\ +{`helm upgrade aieg oci://docker.io/envoyproxy/ai-gateway-helm \\ --version v${vars.aigwVersion} \\ --namespace envoy-ai-gateway-system \\ --reuse-values \\ @@ -196,7 +196,7 @@ helm uninstall phoenix -n envoy-ai-gateway-system # Disable tracing in AI Gateway -helm upgrade ai-eg oci://docker.io/envoyproxy/ai-gateway-helm \\ +helm upgrade aieg oci://docker.io/envoyproxy/ai-gateway-helm \\ --version v${vars.aigwVersion} \\ --namespace envoy-ai-gateway-system \\ --reuse-values \\