Python: Remove duplicated workflow observability sample#2357
Merged
TaoChenOSU merged 2 commits intomicrosoft:mainfrom Nov 20, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR consolidates duplicate observability samples by removing the workflow-specific observability sample and directing users to the centralized observability examples directory.
- Removes
python/samples/getting_started/workflows/observability/tracing_basics.py - Updates workflows README to reference the main observability samples directory
- Enhances documentation in
workflow_observability.pywith detailed workflow description and telemetry span information
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| python/samples/getting_started/workflows/observability/tracing_basics.py | Deleted duplicate observability sample previously located in workflows directory |
| python/samples/getting_started/workflows/README.md | Updated observability section to redirect users to the main observability samples directory with proper links |
| python/samples/getting_started/observability/workflow_observability.py | Enhanced documentation with detailed workflow description, telemetry span categories, and prerequisites |
python/samples/getting_started/observability/workflow_observability.py
Outdated
Show resolved
Hide resolved
dmytrostruk
approved these changes
Nov 20, 2025
eavanvalkenburg
approved these changes
Nov 20, 2025
arisng
pushed a commit
to arisng/agent-framework
that referenced
this pull request
Feb 2, 2026
* Remove duplicated workflow observability sample * Fix link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation and Context
Closes #2184
Description
getting_started/workflowsad point to the one undergetting_started/observabilityDocumentation will be updated in the docs repo.
Contribution Checklist