Skip to content

Commit 0736912

Browse files
authored
change gaudi node exporter from default one to 41612 (opea-project#1702)
Signed-off-by: Louie Tsai <[email protected]> Signed-off-by: Tsai, Louie <[email protected]>
1 parent e8f2313 commit 0736912

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ChatQnA/docker_compose/intel/hpu/gaudi/compose.telemetry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ services:
7878
- /:/rootfs:ro
7979
- /dev:/dev
8080
ports:
81-
- 41611:41611
81+
- 41612:41611
8282
restart: always
8383
deploy:
8484
mode: global

ChatQnA/docker_compose/intel/hpu/gaudi/compose_tgi.telemetry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ services:
8080
- /:/rootfs:ro
8181
- /dev:/dev
8282
ports:
83-
- 41611:41611
83+
- 41612:41611
8484
restart: always
8585
deploy:
8686
mode: global

ChatQnA/docker_compose/intel/hpu/gaudi/set_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ export NUM_CARDS=${NUM_CARDS}
8383
export host_ip=${host_ip}
8484
export http_proxy=${http_proxy}
8585
export https_proxy=${https_proxy}
86-
export no_proxy=${no_proxy}
8786
export LOGFLAG=${LOGFLAG}
8887
export JAEGER_IP=${JAEGER_IP}
8988
export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=${OTEL_EXPORTER_OTLP_TRACES_ENDPOINT}
9089
export TELEMETRY_ENDPOINT=${TELEMETRY_ENDPOINT}
90+
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"
9191
EOF
9292

9393
echo ".env file has been created with the following content:"

0 commit comments

Comments
 (0)