Technologies/LangChain/langchain_langgraph_node_invocation
LangChainLangChainMetric

langchain_langgraph_node_invocation

Number of times a LangGraph node was invoked
Dimensions:None
Available on:OpenTelemetryOpenTelemetry (1)
Interface Metrics (1)
OpenTelemetryOpenTelemetry
Number of times a LangGraph node was invoked
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.