aws-observability

Configure AWS CloudWatch, X-Ray, CloudTrail, and ADOT observability services.

2|Updated May 15, 2026
One-click install
npx skills add https://github.com/mashharuki/floci-sample --skill aws-observability-mashharuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-observability
Source: https://github.com/mashharuki/floci-sample/tree/main/.agents/skills/aws-observability
Command: npx skills add https://github.com/mashharuki/floci-sample --skill aws-observability-mashharuki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires awscli, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance for building, configuring, debugging, and optimizing AWS observability, covering CloudWatch (Logs Insights, Metrics, Alarms, Dashboards, EMF), X-Ray, CloudTrail, and ADOT.

Core Features & Use Cases

  • CloudWatch Configuration: Setup and manage CloudWatch alarms, dashboards, and custom metrics.
  • X-Ray Tracing: Configure and analyze X-Ray tracing for application performance monitoring.
  • CloudTrail Auditing: Set up and query CloudTrail logs for operational auditing.
  • ADOT Collector: Configure ADOT collectors for X-Ray traces and CloudWatch EMF metrics.
  • Use Case: A developer can use this Skill to troubleshoot a performance issue in a Lambda function by setting up alarms and dashboards, reviewing X-Ray traces, and analyzing CloudTrail logs.

Quick Start

Use the aws-observability skill to set up a CloudWatch alarm for Lambda function errors.

Frequently Asked Questions about aws-observability

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

FAQPage Schema
How do I set up CloudWatch alarms and dashboards for Lambda function errors?

Set up CloudWatch alarms and dashboards for Lambda errors by configuring custom metrics and alarm thresholds using AWS CLI. This enables automated monitoring and visualization of application performance issues.

How do I configure X-Ray tracing for application performance monitoring?

Configure X-Ray tracing by defining sampling rules and integrating the X-Ray SDK with your application. This allows you to analyze request paths and identify latency bottlenecks across AWS services.

What is the best way to query CloudTrail logs for operational auditing?

Query CloudTrail logs for operational auditing by utilizing CloudWatch Logs Insights to search and filter API call history. This setup provides visibility into user activity and resource changes within your AWS infrastructure.

Do I need AWS CLI to configure ADOT collectors for CloudWatch EMF metrics?

Yes, you need AWS CLI installed and appropriate permissions to configure ADOT collectors for CloudWatch EMF metrics. The ADOT collector setup requires AWS CLI to deploy configurations that export traces and metrics.

Can I troubleshoot AWS infrastructure performance issues using CloudWatch Logs Insights?

Yes, you can troubleshoot AWS infrastructure performance issues using CloudWatch Logs Insights to query log data and correlate metrics. Combined with X-Ray traces, it helps pinpoint the exact root cause of latency or errors.