Technologies/LlamaIndex/llama_index.agent.step.duration
LlamaIndexLlamaIndexMetric

llama_index.agent.step.duration

Agent step duration
Dimensions:None
Available on:OpenTelemetryOpenTelemetry (1)
Interface Metrics (1)
OpenTelemetryOpenTelemetry
Duration of individual agent step execution in milliseconds
Dimensions:None
Related Insights (3)
LlamaIndex Agent Workflow Observability Gapcritical

Multi-agent LlamaIndex systems lack visibility into agent handoffs, tool execution timing, and workflow failures without proper instrumentation, leading to slow debugging and degraded production reliability.

LlamaIndex Query Latency P95 Degradationwarning

LlamaIndex query response times degrade at P95/P99 percentiles due to slow LLM calls, inefficient retrieval, or tool execution bottlenecks without granular latency breakdown.

LlamaIndex Agent Tool Execution Bottleneckwarning

Agent tool calls introduce significant latency due to slow external APIs, inefficient implementations, or excessive tool invocations, degrading overall agent responsiveness.