Technologies/LangChain/langchain_langgraph_recursion_limit_hit
LangChainLangChainMetric

langchain_langgraph_recursion_limit_hit

Number of times the recursion limit was reached
Dimensions:None
Available on:OpenTelemetryOpenTelemetry (1)
Interface Metrics (1)
OpenTelemetryOpenTelemetry
Number of times the recursion limit was reached
Dimensions:None
Related Insights (1)
LangGraph Recursion Limit as Infinite Loop Sentinelcritical

langchain_langgraph_recursion_limit_hit fires when graph execution exceeds max depth, often signaling infinite loops, poor graph design, or adversarial inputs. Left unchecked, this consumes resources and inflates costs without useful output.