role-devops:monitoring-setup

Configure Prometheus/Grafana, Datadog, and CloudWatch monitoring stacks.

14|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/rnavarych/alpha-engineer --skill role-devops-monitoring-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: role-devops:monitoring-setup
Source: https://github.com/rnavarych/alpha-engineer/tree/main/plugins/roles/role-devops/skills/monitoring-setup
Command: npx skills add https://github.com/rnavarych/alpha-engineer --skill role-devops-monitoring-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of setting up and managing robust monitoring and observability systems across various cloud and containerized environments, ensuring system health and rapid incident response.

Core Features & Use Cases

  • Comprehensive Stack Coverage: Supports Prometheus/Grafana, Datadog, and CloudWatch.
  • Best Practice Implementation: Guides on dashboard design (USE/RED), alert routing, and custom metrics.
  • Use Case: A DevOps engineer needs to quickly set up a new microservice's monitoring stack. This Skill provides the exact configurations and best practices for Prometheus/Grafana, including ServiceMonitors, recording rules, and dashboard templates.

Quick Start

Configure Prometheus and Grafana using the kube-prometheus-stack Helm chart for Kubernetes environments.

Frequently Asked Questions about role-devops:monitoring-setup

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

FAQPage Schema
How do I set up Prometheus and Grafana monitoring for a new Kubernetes microservice?

Design Grafana dashboards using the USE method for infrastructure resources and the RED method for application services, covering utilization, saturation, errors, rate, duration, and requests to visualize system performance comprehensively.

Can I route monitoring alerts to PagerDuty from Prometheus, Datadog, or CloudWatch?

Custom metric instrumentation is supported, allowing you to define and collect application-specific metrics beyond default infrastructure monitoring for deeper observability into business logic and service-level performance indicators.

What's the best way to aggregate logs alongside Prometheus and Grafana for full observability?

Log aggregation strategies complement Prometheus and Grafana metrics by collecting and centralizing application and infrastructure logs, providing correlated context for troubleshooting performance and availability incidents across cloud environments.

Does this monitoring setup support both infrastructure and application-level observability?

Both infrastructure and application-level observability are supported, addressing performance and availability monitoring across cloud and containerized environments with Prometheus, Datadog, and CloudWatch integration configurations.