-
Notifications
You must be signed in to change notification settings - Fork 142
docs: add pyhton agent tracing example #1295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Ignasi Barrera <[email protected]>
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
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
|
Done |
Signed-off-by: Ignasi Barrera <[email protected]>
Signed-off-by: Ignasi Barrera <[email protected]>
**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 <[email protected]>
**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 <[email protected]> Signed-off-by: Hrushikesh Patil <[email protected]>
**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 <[email protected]> Signed-off-by: Hrushikesh Patil <[email protected]>
**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 <[email protected]> Signed-off-by: Hrushikesh Patil <[email protected]>
**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 <[email protected]> Signed-off-by: Hrushikesh Patil <[email protected]>
**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 <[email protected]> Signed-off-by: Hrushikesh Patil <[email protected]>
**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 <[email protected]> Signed-off-by: Hrushikesh Patil <[email protected]>
**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 <[email protected]> Signed-off-by: Erica Hughberg <[email protected]>
**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 <[email protected]> Signed-off-by: Erica Hughberg <[email protected]>
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