Experiment - Latency monitoring per step
Problem:You have an AI agent that performs multiple steps sequentially. Each step takes some time to complete. Currently, you do not know how long each step takes, which makes it hard to optimize or debug the agent's performance.
Current Metrics:No latency data per step is collected. Total execution time is known but step-wise timing is unknown.
Issue:Without step-level latency monitoring, it is difficult to identify slow steps or bottlenecks in the agent's workflow.
