cloud-monitoring

Design and configure cloud monitoring with metrics, logs, and traces.

147|32|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/seb1n/awesome-ai-agent-skills --skill cloud-monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-monitoring
Source: https://github.com/seb1n/awesome-ai-agent-skills/tree/main/devops-and-infrastructure/cloud-monitoring
Command: npx skills add https://github.com/seb1n/awesome-ai-agent-skills --skill cloud-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of maintaining the health, performance, and reliability of cloud-based infrastructure and applications by providing comprehensive monitoring and observability.

Core Features & Use Cases

  • Configures monitoring stacks: Sets up metrics, logs, and traces using tools like Prometheus, Grafana, CloudWatch, and OpenTelemetry.
  • Establishes SLIs, SLOs, and SLAs: Defines and tracks key performance indicators and service level objectives.
  • Implements alerting: Creates actionable alerts to minimize alert fatigue and ensure timely issue resolution.
  • Use Case: A DevOps team can use this skill to set up a complete observability pipeline for their microservices, ensuring they can quickly detect and respond to performance degradations or outages.

Quick Start

Configure monitoring for our Kubernetes microservices on AWS using Prometheus and Grafana, focusing on API latency and error rates, and set up alerts to PagerDuty and Slack.

Frequently Asked Questions about cloud-monitoring

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

FAQPage Schema
How do I set up cloud monitoring for microservices using Prometheus and Grafana?

You can design comprehensive cloud observability by configuring Prometheus for metrics collection and Grafana for dashboard visualization, tracking metrics, logs, and traces to monitor microservice API latency and error rates.

What is the best way to define SLIs and SLOs for cloud infrastructure?

Defining SLIs and SLOs requires tracking key performance indicators and service level objectives to measure cloud infrastructure reliability, ensuring your application health metrics meet defined service level agreements.

How do I configure alerting rules in CloudWatch to minimize alert fatigue?

To minimize alert fatigue, configure actionable alerting rules in CloudWatch based on specific metrics and SLO thresholds, ensuring timely issue resolution while reducing unnecessary notifications across your infrastructure.

Can I use OpenTelemetry to collect traces and logs for a comprehensive observability pipeline?

Yes, you can use OpenTelemetry to collect traces and logs, establishing a comprehensive observability pipeline that integrates metrics, logs, and traces with tools like Datadog or CloudWatch for cloud applications.

Does this approach support setting up alerts to PagerDuty and Slack for Kubernetes monitoring?

Yes, when monitoring Kubernetes microservices, you can implement alerting rules that route actionable notifications to PagerDuty and Slack, ensuring your DevOps team receives timely updates regarding performance degradations or outages.