monitoring-observability

Configure Prometheus metrics, structured logging, alert rules, and Grafana dashboards.

40|9|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/akillness/oh-my-skills --skill monitoring-observability-akillness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring-observability
Source: https://github.com/akillness/oh-my-skills/tree/main/.agent-skills/monitoring-observability
Command: npx skills add https://github.com/akillness/oh-my-skills --skill monitoring-observability-akillness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitoring, logging, and observability are essential for reliable software systems, enabling rapid detection and response to incidents.

Core Features & Use Cases

  • Metrics collection with Prometheus and alerting rules for SRE workflows.
  • Centralized logging using structured logging (e.g., Winston) and log aggregation for troubleshooting.
  • Dashboards and health checks with Grafana to visualize system health and SLA compliance.
  • Use Case: Maintain service availability by collecting metrics, setting alerts, and surfacing root cause data during outages.

Quick Start

Instrument a sample application to collect metrics, logs, and alerts and verify the Grafana dashboard.

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 metrics collection and alerting for production applications?

Prometheus metrics collection and alerting rules are established by instrumenting applications to expose metrics, configuring scrape targets, and defining alert rules to trigger notifications based on system thresholds for SRE workflows.

What is the best way to aggregate structured logs for troubleshooting outages?

Aggregating structured logs involves implementing centralized logging using tools like Winston to emit structured data, enabling efficient troubleshooting and root cause analysis during service outages.

Can I use Grafana dashboards to visualize system health and SLA compliance?

Grafana dashboards visualize system health and SLA compliance by querying collected metrics from sources like Prometheus, creating actionable insights from infrastructure and application data.

How do you configure health checks to maintain service availability?

Health checks maintain service availability by continuously probing application endpoints, verifying responsiveness, and surfacing root cause data immediately when services degrade or fail.

Do I need centralized logging and metrics collection for full observability?

Full observability requires centralized logging and metrics collection to detect incidents rapidly, surface root causes, and maintain reliable software systems across production environments.