This page covers how to use Graphsignal to trace and monitor LangChain. Graphsignal enables full visibility into your application. It provides latency breakdowns by chains and tools, exceptions with full context, data monitoring, compute/GPU utilization, OpenAI cost analytics, and more.Documentation Index
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
Installation and setup
- Install the Python library with
pip install graphsignal - Create a free Graphsignal account
- Get an API key and set it as an environment variable (
GRAPHSIGNAL_API_KEY)
Tracing and monitoring
Graphsignal automatically instruments and starts tracing and monitoring chains. Traces and metrics are then available in your Graphsignal dashboards. Initialize the tracer by providing a deployment name:Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

