Technologies/LangChain/langchain_chain_error
LangChainLangChainMetric

langchain_chain_error

Number of chain execution errors
Dimensions:None
Available on:OpenTelemetryOpenTelemetry (1)
Interface Metrics (1)
OpenTelemetryOpenTelemetry
Number of chain execution errors
Dimensions:None
Related Insights (5)
LLM Request Timeout After Inactivitywarning

LangChain LLM requests timeout after periods of inactivity due to connection pool staleness or dropped connections, requiring server restart to resolve.

Tool Execution Timeout Cascadewarning

Tool executions that timeout continue chain processing with missing data, causing downstream errors or poor quality outputs without clear failure signals.

LLM Rate Limiting Without Backoffwarning

LLM provider rate limits cause request failures that aren't retried with appropriate backoff, leading to cascading failures during usage spikes.

Embedding Latency from Token Encoding Downloadwarning

First embedding requests can timeout waiting for tiktoken encoding files to download from external CDNs (e.g., openaipublic.blob.core.windows.net), causing initial request failures.

Error Rate Masking Latency Degradationwarning

High langchain_request_error or langchain_chain_error rates can suppress latency metrics (fast-failing requests skew averages downward), hiding underlying performance issues that affect successful requests.