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
## Tracing Services with OpenTelemetry Tracing and Jaeger
349
+
350
+
> NOTE: limited support. Only LLM inference serving with TGI on Gaudi is enabled for this feature.
351
+
352
+
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.
353
+
354
+
Tracing data is exported to http://{EXTERNAL_IP}:4318/v1/traces via Jaeger.
355
+
Users could also get the external IP via below command.
356
+
357
+
```bash
358
+
ip route get 8.8.8.8 | grep -oP 'src \K[^ ]+'
359
+
```
360
+
361
+
For TGI serving on Gaudi, users could see different services like opea, TEI and TGI.
362
+

363
+
364
+
Here is a screenshot for one tracing of TGI serving request.
365
+

0 commit comments