Skip to main content
LangWatch integrates with Haystack through OpenInference instrumentation to capture traces from your Haystack pipelines and components.

Installation

Usage

The LangWatch API key is configured by default via the LANGWATCH_API_KEY environment variable.
Use the OpenInference instrumentation for Haystack by passing HaystackInstrumentor to langwatch.setup().
The HaystackInstrumentor automatically captures Haystack pipeline operations, component executions, and model interactions. Use @langwatch.trace() to create a parent trace under which Haystack operations will be nested.