https://github.com/langchain-samples/bedrock-otel-tracing-guide
Guide for tracing AWS Bedrock models and agents
https://github.com/langchain-samples/bedrock-otel-tracing-guide
aws intermediate langsmith observability
Last synced: 14 days ago
JSON representation
Guide for tracing AWS Bedrock models and agents
- Host: GitHub
- URL: https://github.com/langchain-samples/bedrock-otel-tracing-guide
- Owner: langchain-samples
- Created: 2025-06-13T05:53:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-19T04:08:56.000Z (about 1 year ago)
- Last Synced: 2026-05-25T19:37:31.929Z (about 1 month ago)
- Topics: aws, intermediate, langsmith, observability
- Language: Jupyter Notebook
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tracing for AWS Bedrock
This project demonstrates how to instrument and trace `invoke_model` and `invoke_agent` calls in Amazon Bedrock to LangSmith, enabling you to monitor model & agent performance, latency, and token usage.
---
# 🛠Setup
1. Clone the repo
```shell
git clone https://github.com/catherine-langchain/bedrock-tracing-guide.git
cd bedrock-tracing-guide
```
2. Create and edit `.env` file in the root directory:
```shell
# Copy the .env.example file to .env
cp .env.example .env
```