File tree 6 files changed +22
-4
lines changed
ChatQnA/docker_compose/intel 6 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (C) 2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
-
3
+ rm * .json
4
+ wget https://raw.githubusercontent.com/opea-project/GenAIEval/refs/heads/main/evals/benchmark/grafana/chatqna_megaservice_grafana.json
5
+ wget https://raw.githubusercontent.com/opea-project/GenAIEval/refs/heads/main/evals/benchmark/grafana/qdrant_grafana.json
6
+ wget https://raw.githubusercontent.com/opea-project/GenAIEval/refs/heads/main/evals/benchmark/grafana/milvus_grafana.json
7
+ wget https://raw.githubusercontent.com/opea-project/GenAIEval/refs/heads/main/evals/benchmark/grafana/redis_grafana.json
8
+ wget https://raw.githubusercontent.com/opea-project/GenAIEval/refs/heads/main/evals/benchmark/grafana/tei_grafana.json
4
9
wget https://raw.githubusercontent.com/opea-project/GenAIEval/refs/heads/main/evals/benchmark/grafana/vllm_grafana.json
5
10
wget https://raw.githubusercontent.com/opea-project/GenAIEval/refs/heads/main/evals/benchmark/grafana/tgi_grafana.json
6
11
wget https://raw.githubusercontent.com/opea-project/GenAIEval/refs/heads/main/evals/benchmark/grafana/node_grafana.json
Original file line number Diff line number Diff line change @@ -30,3 +30,6 @@ export CHATQNA_FRONTEND_SERVICE_PORT=5173
30
30
export NGINX_PORT=80
31
31
export FAQGen_COMPONENT_NAME=" OpeaFaqGenvLLM"
32
32
export LLM_ENDPOINT=" http://${host_ip} :${LLM_ENDPOINT_PORT} "
33
+ pushd " grafana/dashboards" > /dev/null
34
+ source download_opea_dashboard.sh
35
+ popd > /dev/null
Original file line number Diff line number Diff line change @@ -70,8 +70,9 @@ services:
70
70
deploy :
71
71
mode : global
72
72
gaudi-exporter :
73
- image : vault.habana.ai/gaudi-metric-exporter/metric-exporter:1.19.2-32
73
+ image : vault.habana.ai/gaudi-metric-exporter/metric-exporter:latest
74
74
container_name : gaudi-exporter
75
+ privileged : true
75
76
volumes :
76
77
- /proc:/host/proc:ro
77
78
- /sys:/host/sys:ro
Original file line number Diff line number Diff line change @@ -72,8 +72,9 @@ services:
72
72
deploy :
73
73
mode : global
74
74
gaudi-exporter :
75
- image : vault.habana.ai/gaudi-metric-exporter/metric-exporter:1.19.2-32
75
+ image : vault.habana.ai/gaudi-metric-exporter/metric-exporter:latest
76
76
container_name : gaudi-exporter
77
+ privileged : true
77
78
volumes :
78
79
- /proc:/host/proc:ro
79
80
- /sys:/host/sys:ro
Original file line number Diff line number Diff line change 1
1
# Copyright (C) 2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
-
3
+ rm * .json
4
+ wget https://raw.githubusercontent.com/opea-project/GenAIEval/refs/heads/main/evals/benchmark/grafana/chatqna_megaservice_grafana.json
5
+ wget https://raw.githubusercontent.com/opea-project/GenAIEval/refs/heads/main/evals/benchmark/grafana/qdrant_grafana.json
6
+ wget https://raw.githubusercontent.com/opea-project/GenAIEval/refs/heads/main/evals/benchmark/grafana/milvus_grafana.json
7
+ wget https://raw.githubusercontent.com/opea-project/GenAIEval/refs/heads/main/evals/benchmark/grafana/redis_grafana.json
8
+ wget https://raw.githubusercontent.com/opea-project/GenAIEval/refs/heads/main/evals/benchmark/grafana/tei_grafana.json
4
9
wget https://raw.githubusercontent.com/opea-project/GenAIEval/refs/heads/main/evals/benchmark/grafana/vllm_grafana.json
5
10
wget https://raw.githubusercontent.com/opea-project/GenAIEval/refs/heads/main/evals/benchmark/grafana/tgi_grafana.json
6
11
wget https://raw.githubusercontent.com/opea-project/GenAIEval/refs/heads/main/evals/benchmark/grafana/node_grafana.json
Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ if [[ "$telemetry" == "yes" || "$telemetry" == "y" ]]; then
65
65
export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=grpc://$JAEGER_IP :4317
66
66
export TELEMETRY_ENDPOINT=http://$JAEGER_IP :4318/v1/traces
67
67
telemetry_flag=true
68
+ pushd " grafana/dashboards" > /dev/null
69
+ source download_opea_dashboard.sh
70
+ popd > /dev/null
68
71
else
69
72
telemetry_flag=false
70
73
fi
You can’t perform that action at this time.
0 commit comments