Skip to content

Commit 1a9a2dd

Browse files
authored
Redirect users to new github.io sections for AgentQnA opentelemetry materials (#1846)
Signed-off-by: Tsai, Louie <louie.tsai@intel.com>
1 parent c63e2cd commit 1a9a2dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

AgentQnA/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
3. [How to interact with the agent system with UI](#how-to-interact-with-the-agent-system-with-ui)
88
4. [Validate Services](#validate-services)
99
5. [Register Tools](#how-to-register-other-tools-with-the-ai-agent)
10+
6. [Monitoring and Tracing](#monitor-and-tracing)
1011

1112
## Overview
1213

@@ -253,3 +254,8 @@ python $WORKDIR/GenAIExamples/AgentQnA/tests/test.py --agent_role "supervisor" -
253254
## How to register other tools with the AI agent
254255

255256
The [tools](./tools) folder contains YAML and Python files for additional tools for the supervisor and worker agents. Refer to the "Provide your own tools" section in the instructions [here](https://github.com/opea-project/GenAIComps/tree/main/comps/agent/src/README.md) to add tools and customize the AI agents.
257+
258+
## Monitor and Tracing
259+
260+
Follow [OpenTelemetry OPEA Guide](https://opea-project.github.io/latest/tutorial/OpenTelemetry/OpenTelemetry_OPEA_Guide.html) to understand how to use OpenTelemetry tracing and metrics in OPEA.
261+
For AgentQnA specific tracing and metrics monitoring, follow [OpenTelemetry on AgentQnA](https://opea-project.github.io/latest/tutorial/OpenTelemetry/deploy/AgentQnA.html) section.

0 commit comments

Comments
 (0)