monitoring-observability

Guide monitoring, logging, alerting, and observability across cloud environments.

17|5|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Logos-Liber/Atlas-Agent-Teams --skill monitoring-observability-logos-liber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring-observability
Source: https://github.com/Logos-Liber/Atlas-Agent-Teams/tree/main/teams/devops-cloud/skills/monitoring-observability
Command: npx skills add https://github.com/Logos-Liber/Atlas-Agent-Teams --skill monitoring-observability-logos-liber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand and manage the health, performance, and reliability of your systems by providing comprehensive guidance on monitoring, logging, alerting, and observability best practices across various cloud platforms and tools.

Core Features & Use Cases

  • Cloud-Native Monitoring: Detailed setup and best practices for Prometheus, Grafana, AWS CloudWatch, Azure Monitor, and Google Cloud's Stackdriver.
  • Logging & Alerting: Strategies for log aggregation (ELK, Loki) and effective alerting and incident response.
  • Observability Pillars: Guidance on metrics, logs, and traces, including distributed tracing and defining SLOs/SLIs.
  • Use Case: You are setting up monitoring for a new microservice. This Skill provides the necessary steps and configurations for Prometheus and Grafana, including example PromQL queries and dashboard design principles, to ensure you can effectively track its performance and health from day one.

Quick Start

Configure Prometheus to scrape metrics from your application by adding its endpoint to the Prometheus configuration file.

Frequently Asked Questions about monitoring-observability

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

FAQPage Schema
How do I set up Prometheus and Grafana to monitor a new microservice?

To set up monitoring for a microservice, configure Prometheus to scrape metrics from your application endpoints and use Grafana to visualize the data. This Skill provides example PromQL queries and dashboard design principles to track system health effectively from day one.

What are the core pillars of observability and how do they improve system health?

The core pillars of observability are metrics, logs, and distributed traces. Implementing these pillars allows you to define SLOs and SLIs, enabling proactive system health management, faster incident response, and comprehensive performance optimization across cloud environments.

What's the best way to aggregate logs and manage alerting for incident response?

The best way to manage log aggregation and alerting is by using tools like ELK or Loki for centralized logs. This Skill outlines strategies for effective alerting and incident response to ensure you can quickly identify and resolve system reliability issues.

Does this provide guidance on cloud monitoring across AWS, Azure, and Google Cloud?

Yes, it provides detailed setup and best practices for cloud-native monitoring across major platforms. You get comprehensive guidance on using AWS CloudWatch, Azure Monitor, and Google Cloud's Stackdriver to manage system performance and reliability.

How do I define SLOs and SLIs to improve system reliability?

Defining SLOs and SLIs involves establishing clear metrics for service level objectives and indicators based on your system's performance data. This Skill provides guidance on integrating these definitions with your observability strategy to maintain reliable cloud operations.

When do I need distributed tracing for cloud monitoring?

You need distributed tracing when managing complex microservice architectures to track requests across multiple services. This Skill addresses how to implement tracing alongside metrics and logs to achieve full observability and optimize system performance.