Skip to content

Commit 4c41a5d

Browse files
louie-tsaieero-t
andauthored
Update README.md for OPEA OTLP tracing (#1406)
Signed-off-by: louie-tsai <louie.tsai@intel.com> Signed-off-by: Tsai, Louie <louie.tsai@intel.com> Co-authored-by: Eero Tamminen <eero.t.tamminen@intel.com>
1 parent 9adf7a6 commit 4c41a5d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ChatQnA/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,17 @@ Users could also get the external IP via below command.
357357
ip route get 8.8.8.8 | grep -oP 'src \K[^ ]+'
358358
```
359359

360+
Access the Jaeger dashboard UI at http://{EXTERNAL_IP}:16686
361+
360362
For TGI serving on Gaudi, users could see different services like opea, TEI and TGI.
361363
![Screenshot from 2024-12-27 11-58-18](https://github.com/user-attachments/assets/6126fa70-e830-4780-bd3f-83cb6eff064e)
362364

363365
Here is a screenshot for one tracing of TGI serving request.
364366
![Screenshot from 2024-12-27 11-26-25](https://github.com/user-attachments/assets/3a7c51c6-f422-41eb-8e82-c3df52cd48b8)
367+
368+
There are also OPEA related tracings. Users could understand the time breakdown of each service request by looking into each opea:schedule operation.
369+
![image](https://github.com/user-attachments/assets/6137068b-b374-4ff8-b345-993343c0c25f)
370+
371+
There could be async function such as `llm/MicroService_asyn_generate` and user needs to check the trace of the async function in another operation like
372+
opea:llm_generate_stream.
373+
![image](https://github.com/user-attachments/assets/a973d283-198f-4ce2-a7eb-58515b77503e)

0 commit comments

Comments
 (0)