docs: add pyhton agent tracing example#1295
Merged
mathetake merged 5 commits intoenvoyproxy:mainfrom Oct 7, 2025
Merged
Conversation
Signed-off-by: Ignasi Barrera <ignasi@tetrate.io>
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (77.50%) is below the target coverage (86.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #1295 +/- ##
=======================================
Coverage 77.50% 77.50%
=======================================
Files 123 123
Lines 15606 15606
=======================================
Hits 12096 12096
Misses 2889 2889
Partials 621 621 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mathetake
reviewed
Oct 7, 2025
Member
mathetake
left a comment
There was a problem hiding this comment.
Do you want to put under examples/mcp? I would think this is about AI tracing on k8s if when I see the name "examples/tracing" vs we have examples/aigw & examples/mcp?
Signed-off-by: Ignasi Barrera <ignasi@tetrate.io>
Member
Author
|
Done |
mathetake
approved these changes
Oct 7, 2025
mathetake
pushed a commit
that referenced
this pull request
Oct 8, 2025
**Description** Fixes the MCP agent Python example. It was missing an import statement, and without i,t the agent traces were not properly generated. **Related Issues/PRs (if applicable)** Related: #1295 **Special notes for reviewers (if applicable)** N/A Signed-off-by: Ignasi Barrera <ignasi@tetrate.io>
nutanix-Hrushikesh
pushed a commit
to nutanix-Hrushikesh/ai-gateway
that referenced
this pull request
Oct 16, 2025
**Description** Adds an example Python agent that is fully instrumented to easily showcase how tracing works. This PR borrows the agent code from: elastic/observability-examples#90 **Related Issues/PRs (if applicable)** N/A **Special notes for reviewers (if applicable)** N/A --------- Signed-off-by: Ignasi Barrera <ignasi@tetrate.io> Signed-off-by: Hrushikesh Patil <hrushikesh.patil@nutanix.com>
nutanix-Hrushikesh
pushed a commit
to nutanix-Hrushikesh/ai-gateway
that referenced
this pull request
Oct 16, 2025
**Description** Fixes the MCP agent Python example. It was missing an import statement, and without i,t the agent traces were not properly generated. **Related Issues/PRs (if applicable)** Related: envoyproxy#1295 **Special notes for reviewers (if applicable)** N/A Signed-off-by: Ignasi Barrera <ignasi@tetrate.io> Signed-off-by: Hrushikesh Patil <hrushikesh.patil@nutanix.com>
nutanix-Hrushikesh
pushed a commit
to nutanix-Hrushikesh/ai-gateway
that referenced
this pull request
Oct 16, 2025
**Description** Adds an example Python agent that is fully instrumented to easily showcase how tracing works. This PR borrows the agent code from: elastic/observability-examples#90 **Related Issues/PRs (if applicable)** N/A **Special notes for reviewers (if applicable)** N/A --------- Signed-off-by: Ignasi Barrera <ignasi@tetrate.io> Signed-off-by: Hrushikesh Patil <hrushikesh.patil@nutanix.com>
nutanix-Hrushikesh
pushed a commit
to nutanix-Hrushikesh/ai-gateway
that referenced
this pull request
Oct 16, 2025
**Description** Fixes the MCP agent Python example. It was missing an import statement, and without i,t the agent traces were not properly generated. **Related Issues/PRs (if applicable)** Related: envoyproxy#1295 **Special notes for reviewers (if applicable)** N/A Signed-off-by: Ignasi Barrera <ignasi@tetrate.io> Signed-off-by: Hrushikesh Patil <hrushikesh.patil@nutanix.com>
nutanix-Hrushikesh
pushed a commit
to nutanix-Hrushikesh/ai-gateway
that referenced
this pull request
Oct 16, 2025
**Description** Adds an example Python agent that is fully instrumented to easily showcase how tracing works. This PR borrows the agent code from: elastic/observability-examples#90 **Related Issues/PRs (if applicable)** N/A **Special notes for reviewers (if applicable)** N/A --------- Signed-off-by: Ignasi Barrera <ignasi@tetrate.io> Signed-off-by: Hrushikesh Patil <hrushikesh.patil@nutanix.com>
nutanix-Hrushikesh
pushed a commit
to nutanix-Hrushikesh/ai-gateway
that referenced
this pull request
Oct 16, 2025
**Description** Fixes the MCP agent Python example. It was missing an import statement, and without i,t the agent traces were not properly generated. **Related Issues/PRs (if applicable)** Related: envoyproxy#1295 **Special notes for reviewers (if applicable)** N/A Signed-off-by: Ignasi Barrera <ignasi@tetrate.io> Signed-off-by: Hrushikesh Patil <hrushikesh.patil@nutanix.com>
missBerg
pushed a commit
to missBerg/ai-gateway
that referenced
this pull request
Dec 20, 2025
**Description** Adds an example Python agent that is fully instrumented to easily showcase how tracing works. This PR borrows the agent code from: elastic/observability-examples#90 **Related Issues/PRs (if applicable)** N/A **Special notes for reviewers (if applicable)** N/A --------- Signed-off-by: Ignasi Barrera <ignasi@tetrate.io> Signed-off-by: Erica Hughberg <erica.sundberg.90@gmail.com>
missBerg
pushed a commit
to missBerg/ai-gateway
that referenced
this pull request
Dec 20, 2025
**Description** Fixes the MCP agent Python example. It was missing an import statement, and without i,t the agent traces were not properly generated. **Related Issues/PRs (if applicable)** Related: envoyproxy#1295 **Special notes for reviewers (if applicable)** N/A Signed-off-by: Ignasi Barrera <ignasi@tetrate.io> Signed-off-by: Erica Hughberg <erica.sundberg.90@gmail.com>
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.
Description
Adds an example Python agent that is fully instrumented to easily showcase how tracing works.
This PR borrows the agent code from: elastic/observability-examples#90
Related Issues/PRs (if applicable)
N/A
Special notes for reviewers (if applicable)
N/A