Python: Remove duplicated workflow observability sample (#2357)

* Remove duplicated workflow observability sample

* Fix link
This commit is contained in:
Tao Chen
2025-11-20 13:06:12 -08:00
committed by GitHub
Unverified
parent e5b63a1041
commit 02af2bc0ef
4 changed files with 16 additions and 72 deletions
@@ -82,9 +82,7 @@ Once comfortable with these, explore the rest of the samples below.
### observability
| Sample | File | Concepts |
|---|---|---|
| Tracing (Basics) | [observability/tracing_basics.py](./observability/tracing_basics.py) | Use basic tracing for workflow telemetry. Refer to this [directory](../observability/) to learn more about observability concepts. |
For observability samples in Agent Framework, see the [observability getting started samples](../observability/README.md). The [sample](../observability/workflow_observability.py) demonstrates integrating observability into workflows.
### orchestration