Graphsignal
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.
Installation and Setup
- Install the Python library with
pip install graphsignal
- Create free Graphsignal account here
- Get an API key and set it as an environment variable (
GRAPHSIGNAL_API_KEY
)