Skip to content
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

🚀 Feature: Tracing support for Amazon Bedrock agents #1647

Open
1 task done
tonykchen opened this issue Jul 23, 2024 · 2 comments
Open
1 task done

🚀 Feature: Tracing support for Amazon Bedrock agents #1647

tonykchen opened this issue Jul 23, 2024 · 2 comments

Comments

@tonykchen
Copy link

Which component is this feature for?

Bedrock Instrumentation

🔖 Feature description

Add tracing support for Amazon Bedrock agents.

🎤 Why is this feature needed ?

The response from a Bedrock agent includes a trace that details the steps being orchestrated by the agent. The trace helps us follow the agent's reasoning process that leads it to the response it gives at that point in the conversation.

✌️ How do you aim to achieve this?

  1. Add instrumentation logic for the bedrock-agent-runtime service and patch the invoke_agent method.
  2. Create spans for each Bedrock trace event with the appropriate timestamps and attributes.

🔄️ Additional Information

No response

👀 Have you spent some time to check if this feature request has been raised before?

  • I checked and didn't find similar issue

Are you willing to submit PR?

Yes I am willing to submit a PR!

@nirga
Copy link
Member

nirga commented Jul 23, 2024

Thanks @tonykchen! You marked that you're willing to submit a PR - let me know if / how I can assist!

@tonykchen
Copy link
Author

Thanks @tonykchen! You marked that you're willing to submit a PR - let me know if / how I can assist!

Thanks @nirga! I'll go ahead and get started on this 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants