This repository contains a distributed tracing example in LLM applications using LangSmith. In this notebook, we:
- Implement tracing across different systems and processes
- Using trace headers and TracingMiddleware to maintain context across distributed calls
- Clone this repository:
git clone https://github.com/catherine-langchain/Distributed-Tracing-Example
cd Distributed-Tracing-Example- Set up environment variables:
Create a
.envfile in the root directory using.env.exampleas guidance