mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
24 lines
689 B
Markdown
24 lines
689 B
Markdown
|
# Advanced Concepts - Observability
|
||
|
|
||
|
This folder contains advanced observability concepts and techniques for Amazon Bedrock AgentCore.
|
||
|
|
||
|
## 📁 Contents
|
||
|
|
||
|
### 01-custom-span-creation/
|
||
|
Learn how to create custom spans for enhanced tracing and monitoring of your agent workflows.
|
||
|
|
||
|
|
||
|
## 🚀 Getting Started
|
||
|
|
||
|
1. Copy `.env.example` to `.env` and configure your AWS credentials and Cloudwatch variables.
|
||
|
2. Enable Transaction Search in your region in AWS CloudWatch.
|
||
|
2. Install dependencies: `pip install -r requirements.txt`
|
||
|
3. Open the Jupyter notebook to follow the tutorial
|
||
|
|
||
|
|
||
|
## 🧹 Cleanup
|
||
|
|
||
|
After completing the tutorials, clean up the CloudWatch log groups created during the examples.
|
||
|
|
||
|
|