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:
@@ -78,7 +78,7 @@ services:
|
||||
- /:/rootfs:ro
|
||||
- /dev:/dev
|
||||
ports:
|
||||
- 41611:41611
|
||||
- 41612:41611
|
||||
restart: always
|
||||
deploy:
|
||||
mode: global
|
||||
|
||||
@@ -80,7 +80,7 @@ services:
|
||||
- /:/rootfs:ro
|
||||
- /dev:/dev
|
||||
ports:
|
||||
- 41611:41611
|
||||
- 41612:41611
|
||||
restart: always
|
||||
deploy:
|
||||
mode: global
|
||||
|
||||
@@ -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:"
|
||||
|
||||
Reference in New Issue
Block a user