Runtime Observability

Observe and analyze every step of AI agent execution in real time

Back to Investigation

Active Sessions

128

18 vs last hour

Total Events

24,532

31.2% vs last hour

Tokens Used

3.21M

24.6% vs last hour

Total Cost

$128.74

17.8% vs last hour

Avg. Latency

2.45s

12.6% vs last hour

Errors / Blocks

23

8 vs last hour

Sessions (6)

Execution Timeline

Session: S-6f3a8b2eAgent: Customer Support AgentUser: jane.doe@acme.comStart Time: 10:42:18 AM
  1. 00:00:00

    User Prompt

    How can I update my billing address?

  2. 00:00:01

    System Prompt

    You are a helpful customer support assistant...

  3. 00:00:02

    Agent Plan

    1. Retrieve user profile 2. Verify account 3. Update address...

  4. 00:00:03

    Tool Call

    get_user_profile

    Success512 ms
  5. 00:00:05

    API Request

    GET /api/v1/users/12345

    200 OK342 ms
  6. 00:00:06

    Database Query

    SELECT * FROM users WHERE id = '12345'

    Success128 ms
  7. 00:00:08

    Memory Read

    Read user_context_12345

    Success45 ms
  8. 00:00:12

    Vector Retrieval

    Search knowledge_base for billing address update

    Success96 ms
  9. 00:00:14

    Agent Decision

    User verified. Proceed to update address.

  10. 00:00:14

    Tool Call

    update_billing_address

    Success612 ms
  11. 00:00:17

    API Request

    POST /api/v1/users/12345/address

    200 OK516 ms
  12. 00:00:17

    Memory Write

    Write address_update_confirmed

    Success67 ms
  13. 00:00:21

    LLM Response

    Your billing address has been updated successfully.

  14. 00:00:24

    File Access

    Write audit log to s3://logs/address_update/...

    Success74 ms
  15. 00:00:24

    Sub-agent Created

    Address Verification Agent (sub-agent-1)

  16. 00:00:27

    Session Completed

    Status: Completed Successfully

  17. Total Duration:27.34s
Event Type
User Prompt
Timestamp
May 26, 2025 10:42:18 AM
Event ID
evt_9a7f2b1c3d4e

Content

How can I update my billing address?

Metadata

User ID
user_12345
Session ID
S-6f3a8b2e
Agent ID
agent_customer_support_v2
Model
gpt-4o
Tokens
18
Latency
Status
Risk Score
Low (12)

Related Events

Next Event
System Prompt (+1s)
Previous Event
Correlated Events
3

Execution Graph

  • Success
  • In Progress
  • Error
  • Blocked
User Prompt
Agent Plan
System Prompt
Tool Call
API Request
DB Query
Memory Read
Vector Retrieval
Tool Call
API Request
Memory Write
File Access
LLM Response

Distributed Trace

Trace ID: trace_6f3a8b2e9c1d4f7a

Total Duration: 27.34s

  • User Prompt0.01s
  • System Prompt0.01s
  • Agent Plan0.28s
  • get_user_profile0.51s
  • GET /api/v1/users/123450.34s
  • SELECT * FROM users0.13s
  • Memory Read0.04s
  • Vector Retrieval0.10s
  • update_billing_address0.61s
  • POST /api/v1/users/...0.52s
  • Memory Write0.07s
  • File Access (S3)0.07s
  • LLM Response0.32s
0s5s10s15s20s25s30s

Metrics Over Time

Last 1 Hour

Events / 5m

1.5K1K5000
09:4510:0010:1510:30

Tokens / 5m

150K100K50K0
09:4510:0010:1510:30

Latency (s)

6420
09:4510:0010:1510:30

Errors / 5m

3020100
09:4510:0010:1510:30

Cost (USD) / 5m

$15$10$0
09:4510:0010:1510:30

Session Replay

How can I update my billing address?

Thinking...

Calling tool: get_user_profile

Status: Success (512 ms)

Your billing address has been updated successfully.

00:00:00 / 00:00:27