observability

Implement AWS observability with CloudWatch, Logs, and X-Ray for microservices.

12|5|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-claude-code-plugins-for-startups --skill observability-aws-samples
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observability
Source: https://github.com/aws-samples/sample-claude-code-plugins-for-startups/tree/main/plugins/aws-dev-toolkit/skills/observability
Command: npx skills add https://github.com/aws-samples/sample-claude-code-plugins-for-startups --skill observability-aws-samples

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AWS environments often suffer from blind spots in performance, reliability, and security. This Skill helps you design and implement comprehensive observability using CloudWatch, X-Ray, and related tools to monitor, troubleshoot, and optimize distributed systems.

Core Features & Use Cases

  • Design CloudWatch metrics, logs, dashboards, and alarms for multi-service architectures.
  • Instrument applications with X-Ray tracing and OpenTelemetry for end-to-end visibility.
  • Implement anomaly detection, structured logging, and runbooks for faster incident response.
  • Use Case: You want to monitor a microservices app with dashboards, alerting, and traceability across Lambda, API Gateway, and ECS.

Quick Start

Configure a minimal CloudWatch + X-Ray observability pipeline for a sample service.

Frequently Asked Questions about observability

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up CloudWatch metrics and logs for a microservices architecture on AWS?

To set up CloudWatch metrics and logs for AWS microservices, configure embedded metric format for structured logging and create unified dashboards. This enables end-to-end visibility across services like Lambda, API Gateway, and ECS/EKS for comprehensive monitoring.

What is the best way to implement X-Ray tracing for Lambda and API Gateway?

The best way to implement X-Ray tracing for Lambda and API Gateway is to instrument applications with X-Ray and OpenTelemetry. Configuring sampling rules allows you to manage trace data volume while maintaining end-to-end visibility across your distributed system.

Can I use CloudWatch anomaly detection and alarms for RDS and DynamoDB?

Yes, you can use CloudWatch anomaly detection and alarms to monitor RDS and DynamoDB. By applying anomaly detection to metrics, you can automatically identify unusual performance behaviors and trigger alerts for faster incident response.

How do I create runbooks and structured logging for faster incident response in AWS?

To create runbooks and structured logging for faster incident response in AWS, implement structured logs using the embedded metric format and document troubleshooting procedures. This combination enables quicker identification and resolution of performance blind spots.

Does AWS observability with CloudWatch and X-Ray work well for ECS and EKS environments?

AWS observability with CloudWatch and X-Ray works effectively for ECS and EKS environments. It supports multi-service architectures by capturing metrics, logs, and traces, providing the end-to-end visibility needed to monitor containerized applications.