change gaudi node exporter from default one to 41612 (#1702)

Signed-off-by: Louie Tsai <louie.tsai@intel.com>
Signed-off-by: Tsai, Louie <louie.tsai@intel.com>
This commit is contained in:
Louie Tsai
2025-03-20 21:38:24 -07:00
committed by GitHub
parent e8f2313e07
commit 0736912c69
3 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ services:
- /:/rootfs:ro
- /dev:/dev
ports:
- 41611:41611
- 41612:41611
restart: always
deploy:
mode: global

View File

@@ -80,7 +80,7 @@ services:
- /:/rootfs:ro
- /dev:/dev
ports:
- 41611:41611
- 41612:41611
restart: always
deploy:
mode: global

View File

@@ -83,11 +83,11 @@ export NUM_CARDS=${NUM_CARDS}
export host_ip=${host_ip}
export http_proxy=${http_proxy}
export https_proxy=${https_proxy}
export no_proxy=${no_proxy}
export LOGFLAG=${LOGFLAG}
export JAEGER_IP=${JAEGER_IP}
export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=${OTEL_EXPORTER_OTLP_TRACES_ENDPOINT}
export TELEMETRY_ENDPOINT=${TELEMETRY_ENDPOINT}
export no_proxy="${no_proxy},chatqna-gaudi-ui-server,chatqna-gaudi-backend-server,dataprep-redis-service,tei-embedding-service,retriever,tei-reranking-service,tgi-service,vllm-service,guardrails,jaeger,prometheus,grafana,gaudi-exporter,node-exporter,$JAEGER_IP"
EOF
echo ".env file has been created with the following content:"