Skip to content

Commit fbd6413

Browse files
louie-tsaimkbhanda
andcommitted
Update tutorial/OpenTelemetry/OpenTelemetry_OPEA_Guide.rst and ChatQnA.md
Co-authored-by: Malini Bhandaru <[email protected]> Signed-off-by: Tsai, Louie <[email protected]>
1 parent a7bc7c0 commit fbd6413

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

tutorial/OpenTelemetry/OpenTelemetry_OPEA_Guide.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Deployment
3636

3737
In the OpenTelemetry-enabled GenAIExamples, OpenTelemetry Metrics is activated by default, while OpenTelemetry Tracing is initially disabled.
3838
Similarly, the Telemetry UI services, including Grafana, Prometheus, and Jaeger, are also disabled by default.
39-
To enable OTel tracing along with Grafana, Prometheus, and Jaeger for an example, you can include an additional telemetry Docker Compose YAML file.
39+
To enable OTel tracing along with Grafana, Prometheus, and Jaeger you need to include an additional telemetry Docker Compose YAML file.
4040
For instance, adding compose.telemetry.yaml alongside compose.yaml will activate all telemetry features for the example.
4141

4242

@@ -57,7 +57,7 @@ Below are the GenAIExamples that include support for Grafana, Prometheus, and Ja
5757
How to Monitor
5858
****************
5959

60-
OpenTelemetry metrics and tracing can be visualized through three primary monitoring UI web pages.
60+
OpenTelemetry metrics and tracing currently can be visualized through one of three primary monitoring UI web pages.
6161

6262
1. Prometheus
6363
+++++++++++++++
@@ -82,7 +82,7 @@ If a service is marked as "down," Grafana Dashboards will be unable to display t
8282

8383
The Grafana UI displays telemetry metrics through pre-defined dashboards, providing a clear visualization of data.
8484
For OPEA examples, Grafana is configured by default to use Prometheus as its data source, eliminating the need for manual setup.
85-
The Grafana UI web page could be accessed using the following URL.
85+
The Grafana UI web page can be accessed using the following URL.
8686

8787
.. code-block:: bash
8888

tutorial/OpenTelemetry/deploy/ChatQnA.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ This trace contains two spans: one for the first token and another for all subse
1919

2020
![chatqna_1req](../assets/jaeger_ui_opea_chatqna_1req.png)
2121

22-
The first trace along the timeline is opea: ServiceOrchestrator.schedule, which operates on the CPU.
23-
This trace provides insights into the orchestration and scheduling of services within the ChatQnA megaservice, highlighting the execution flow during the process.
22+
The first trace along the timeline is opea: ServiceOrchestrator.schedule, which runs on the CPU.
23+
24+
It provides insights into the orchestration and scheduling of services within the ChatQnA megaservice, highlighting the execution flow during the process.
25+
2426

2527
![chatqna_cpu_req](../assets/jaeger_ui_opea_chatqna_req_cpu.png)
2628

0 commit comments

Comments
 (0)