Agent view
The Agent view provides a curated dashboard for your account's agents. You can view data from agents hosted on AWS native services like AgentCore Runtime, Lambda, or Amazon EC2. The view also displays agents that emit telemetry to CloudWatch.
Overview
The metrics and dashboards show data from sampled agent spans. For information about agent spans, see Spans.
The following Agent metrics are supported:
-
Agents/Aliases – Number of agents and aliases instrumented and emitting spans
-
Sessions – Number of sessions created by instrumented agents emitting spans. A session is similar to a conversation and contains the broad context
-
Traces – Number of traces created by instrumented agents emitting spans. A trace is a individual request-response cycle within a session
-
Error rate – Percentage of errors in agent interactions
-
Throttle rate – Percentage of throttled agent interactions
Choose View details to see the Agent metrics in graphs.

Runtime metrics
The Runtime metrics and dashboards display data from the Runtime primitive. Using this primitive, you can host your agents on the Amazon Bedrock AgentCore runtime. For more information, see Creating an AgentCore Runtime .
AgentCore Runtime supports these metrics
Runtime Agents/Aliases – Tracks number of agents and aliases hosted on AgentCore Runtime
Runtime sessions – Tracks number of sessions created by agents running in AgentCore Runtime. A session is similar to a conversation and contains the broad context of the entire interaction flow. Useful for monitoring overall platform usage, capacity planning, and understanding user engagement patterns
Runtime invocations – 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
Runtime errors – The number of system and user errors. For system and user error definitions, see AgentCore provided runtime metrics
Runtime throttles – The number of requests throttled by the service due to exceeding allowed TPS (Transactions Per Second). These requests return ThrottlingException with HTTP status code 429. Monitor this metric to determine if you need to review your service quotas or optimize request patterns
View metric changes over time in the default dashboard. Expand View details to display metric graphs.

Agents
Agents are components that collect and send monitoring data from your applications. The Agents table displays all agents configured in your account. These agents can be hosted on AWS native services like AgentCore Runtime, Lambda, or Amazon EC2. The table also displays other agents that are instrumented to emit telemetry to CloudWatch.
You can use Filter agents to find a specific agent that you want to deep dive or you can also use the column names to sort the agents to find the required agent. Select the gear icon to show or hide additional columns.

You can view the details of the Agent by expanding the agent name.

Agent details- Overview
The Overview tab displays automatic dashboards for your agent metrics. These metrics come from sampled spans and Runtime metrics (when the agent uses AgentCore Runtime).
The Agent metrics dashboard include metrics which are derived from sampled spans:
Sessions and Traces – Count of sessions and traces for this agent
FM token usage – Total count of Foundational Model token consumption. You can filter the chart into a particular Foundational Model
System and client errors – Count of system errors during request processing. High levels of server-side errors can indicate potential infrastructure or service issues that require investigation. Client errors are errors resulting from invalid requests. High levels of client-side errors can indicate issues with request formatting or permissions
Errors and latency by span – The error rates and latency by a particular span. Note that a span can appear in many agents
Throttles – Number of requests throttled by the service due to exceeding allowed TPS (Transactions Per Second)
The Runtime metrics dashboard includes metrics that AgentCore Runtime automatically generates:
Runtime sessions and invocations – Count of sessions and invocations that this particular agent has generated while being hosted on Runtime
Runtime latency – Latency of requests by agents hosted on Runtime
Runtime throttles – Number of requests throttle by the service due to exceeding allowed TPS (Transactions Per Second)
Agent details - Sessions
An Agent can have several Sessions. View session in the Sessions tab. Use the Filter sessions or sort the columns to find the required session.
Choose the Session ID to view the session summary metrics and the list of traces belonging to that session. Session metrics include:
Traces – Number of traces belonging to the sessions
Server errors – Count of system errors during request processing. High levels of server-side errors can indicate potential infrastructure or service issues that require investigation
Client errors – Client errors are errors resulting from invalid requests. High levels of client-side errors can indicate issues with request formatting or permissions
Throttles – Number of requests throttled relevant to this session due to exceeding allowed TPS (Transactions Per Second)
Sessions details – Meta data about the session such as start time, end time, and session ID
To analyze a list of Traces in a session, choose Filter traces to narrow down or sort the table columns to bubble up the particular Trace you want to investigate.
After you select a Trace, the right-pane displays the details of the Trace. For each Trace, you can see the Trace summary, Spans, and Trace content details.
Under Trace summary, you can view the following metrics:
Note
Summary page fields are consistent across Agent view, Sessions view, and Traces view.
Spans – Number of spans within a Trace
Server errors – Count of system errors during request processing. High levels of server-side errors can indicate potential infrastructure or service issues that require investigation
Client errors – Client errors are errors resulting from invalid requests. High levels of client-side errors can indicate issues with request formatting or permissions
Throttles – Number of requests throttle relevant to this session due to exceeding allowed TPS (Transactions Per Second)
P95 span latency – The 95-percentile latency of across all invocation of this particular span. Note that a span can be used across many agents
Trace details – Meta data about the trace such as start time, end time, and Trace ID

Choose Timeline to view the duration of each span and to understand the span that took the longest and contributed to a slow response.

To analyze span relationships and subsequent calls choose Trajectory to understand the interconnected relationship of the spans and subsequent calls from these spans.
Under Spans, select an individual span event to review the span data in its original form. Review the span data in its original form. For granular troubleshooting, select the Events tab to examine model inputs and outputs.
Agent details - Traces
Each agent might have multiple traces. View trace details in the Traces tab. Choose Filter traces or sort the columns to find the required Trace.