You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Add instrumentation logic for the bedrock-agent-runtime service and patch the invoke_agent method.
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!
The text was updated successfully, but these errors were encountered:
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?
bedrock-agent-runtime
service and patch theinvoke_agent
method.🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: