AgentCore provided built-in tools metrics - Amazon Bedrock AgentCore

Amazon Bedrock AgentCore is in preview release and is subject to change.

AgentCore provided built-in tools metrics

AgentCore provides the following built-in metrics for the code interpreter and browser tools. Built-in tool metrics are batched at one minute intervals. To learn more about AgentCore tools, see Use Amazon Bedrock AgentCore built-in tools to interact with your applications.

Invoke tool:

Invocations

The total number of requests made to the Data Plane API. Each API call counts as one invocation, regardless of the request payload size or response status.

Throttles

The number of requests throttled by the service due to exceeding allowed TPS (Transactions Per Second) or quota limits. These requests return ThrottlingException with HTTP status code 429.

SystemErrors

The number of server-side errors encountered during request processing.

UserErrors

The number of client-side errors resulting from invalid requests. This require user action in order to resolve.

Latency

The time elapsed between when the service receives the request and when it begins sending the first response token. Important for measuring initial response time.

Create tool session:

Invocations

The total number of requests made to the Data Plane API. Each API call counts as one invocation, regardless of the request payload size or response status.

Throttles

The number of requests throttled by the service due to exceeding allowed TPS (Transactions Per Second) or quota limits. These requests return ThrottlingException with HTTP status code 429.

SystemErrors

The number of server-side errors encountered during request processing.

UserErrors

The number of client-side errors resulting from invalid requests. This require user action in order to resolve.

Latency

The time elapsed between when the service receives the request and when it begins sending the first response token. Important for measuring initial response time.

Duration

The duration of tool session (Operation becomes CodeInterpreterSession/BrowserSession).

Browser user takeover:

TakerOverCount

The total number of user taking over

TakerOverReleaseCount

The total number of user releasing control

TakerOverDuration

The duration of user taking over