You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChatQnA/README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,8 +90,9 @@ cd GenAIExamples/ChatQnA/docker_compose/intel/cpu/xeon/
90
90
# cd GenAIExamples/ChatQnA/docker_compose/nvidia/gpu/
91
91
docker compose up -d
92
92
```
93
-
To enable Open Telemetry Tracing, compose_telemetry.yaml file need to be merged along with default compose.yaml file.
94
-
CPU example with Open Telemetry feature:
93
+
94
+
To enable Open Telemetry Tracing, compose_telemetry.yaml file need to be merged along with default compose.yaml file.
95
+
CPU example with Open Telemetry feature:
95
96
96
97
```bash
97
98
cd GenAIExamples/ChatQnA/docker_compose/intel/cpu/xeon/
@@ -239,7 +240,8 @@ cd GenAIExamples/ChatQnA/docker_compose/intel/hpu/gaudi/
239
240
docker compose up -d
240
241
```
241
242
242
-
To enable Open Telemetry Tracing, compose_telemetry.yaml file need to be merged along with default compose.yaml file.
243
+
To enable Open Telemetry Tracing, compose_telemetry.yaml file need to be merged along with default compose.yaml file.
244
+
243
245
```bash
244
246
cd GenAIExamples/ChatQnA/docker_compose/intel/hpu/gaudi/
245
247
docker compose -f compose.yaml -f compose_telemetry.yaml up -d
@@ -255,7 +257,9 @@ Find the corresponding [compose.yaml](./docker_compose/intel/cpu/xeon/compose.ya
255
257
cd GenAIExamples/ChatQnA/docker_compose/intel/cpu/xeon/
256
258
docker compose up -d
257
259
```
258
-
To enable Open Telemetry Tracing, compose_telemetry.yaml file need to be merged along with default compose.yaml file.
260
+
261
+
To enable Open Telemetry Tracing, compose_telemetry.yaml file need to be merged along with default compose.yaml file.
262
+
259
263
```bash
260
264
cd GenAIExamples/ChatQnA/docker_compose/intel/cpu/xeon/
261
265
docker compose -f compose.yaml -f compose_telemetry.yaml up -d
@@ -364,7 +368,7 @@ OPEA microservice deployment can easily be monitored through Grafana dashboards
364
368
365
369
## Tracing Services with OpenTelemetry Tracing and Jaeger
366
370
367
-
> NOTE: This feature is disabled by default. Please check the Deploy ChatQnA sessions for how to enable this feature with compose_telemetry.yaml file.
371
+
> NOTE: This feature is disabled by default. Please check the Deploy ChatQnA sessions for how to enable this feature with compose_telemetry.yaml file.
368
372
369
373
OPEA microservice and TGI/TEI serving can easily be traced through Jaeger dashboards in conjunction with OpenTelemetry Tracing feature. Follow the [README](https://github.com/opea-project/GenAIComps/tree/main/comps/cores/telemetry#tracing) to trace additional functions if needed.
0 commit comments