# Telemetry Examples This directory contains examples demonstrating telemetry and monitoring capabilities for agents. ## Examples - [class_method_example.py](class_method_example.py) - Class method telemetry example - [example_decorator_usage.py](example_decorator_usage.py) - Decorator-based telemetry ## Overview Telemetry examples demonstrate how to add monitoring, logging, and observability to agents. These examples show how to track agent performance, log operations, and monitor agent behavior using decorators and class methods.