From 329dc4ab2bc531fe82cfc6f7aa0621c1bd77b09b Mon Sep 17 00:00:00 2001 From: Kent Dong Date: Mon, 20 Jan 2025 13:40:31 +0800 Subject: [PATCH] fix: Fix the incorrect env name used to enable o11y for ai gateway (#129) --- all-in-one/get-ai-gateway.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all-in-one/get-ai-gateway.sh b/all-in-one/get-ai-gateway.sh index 6692270..c19b630 100755 --- a/all-in-one/get-ai-gateway.sh +++ b/all-in-one/get-ai-gateway.sh @@ -327,7 +327,7 @@ ${env}=${!env}" done cat <$DATA_FOLDER/$CONFIG_FILENAME MODE=full -o11y=on +O11Y=on CONFIG_TEMPLATE=ai-gateway GATEWAY_HTTP_PORT=${GATEWAY_HTTP_PORT} GATEWAY_HTTPS_PORT=${GATEWAY_HTTPS_PORT}