Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/observability/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ in-process behavior. Basic input and output monitoring is typically
insufficient for agents with any significant level of complexity.

Agent Development Kit (ADK) provides built-in observability through
[logging](/observability/logging/), [metrics](/observability/metrics/), and
[traces](/observability/traces/) to help you monitor and debug your agents.
However, you may need to consider more advanced [observability ADK
Integrations](/integrations/?topic=observability) for monitoring and analysis.
[logging](/observability/logging/) and [traces](/observability/traces/) to help
you monitor and debug your agents. However, you may need to consider more
advanced [observability ADK Integrations](/integrations/?topic=observability)
for monitoring and analysis.

!!! tip "ADK Integrations for observability"
For a list of pre-built observability libraries for ADK, see
Expand Down
93 changes: 0 additions & 93 deletions docs/observability/metrics.md

This file was deleted.

1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ nav:
- Observability:
- observability/index.md
- Logging: observability/logging.md
- Metrics: observability/metrics.md
- Traces: observability/traces.md
- Evaluation:
- evaluate/index.md
Expand Down