What problem does it solve? Agno agents run as black boxes: without instrumentation you cannot see which model was called, why a fallback happened, or whether latency meets your SLA. This Skill provides the practices to add tracing, structured logs, and metrics to any Agno v2 agent, in local development and in AWS production. ## Core Features & Use Cases - Three-signal observability: OpenTelemetry traces for model/tool/team spans, one-line JSON structured logs via configure_agno_logging, and metrics via OTel or CloudWatch EMF. - Environment-aware backends: local dev with SigNoz, Jaeger, Langfuse, or Grafana; production exclusively on CloudWatch Logs/EMF and X-Ray via the ADOT Lambda layer. - RAG observability: retrieval spans and metrics (hit rate, chunks per query, context tokens) toggled by environment variables without touching domain code. - Use Case: You deploy an Agno agent on AWS Lambda behind API Gateway and need to trace a failed fallback to a specific span, query fallback rates in CloudWatch Logs Insights, and alarm when p95 latency breaches the SLA. ## Quick Start Instrument my Agno agent with structured JSON logging, OpenTelemetry tracing correlated by request_id, and X-Ray export via the ADOT layer for Lambda production.