You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
544 B
14 lines
544 B
# 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.
|
|
|