observability-stack

Automate deployment and day-2 operations of a Prometheus-Grafana-Loki-Alertmanager stack on Kubernetes.

1|2|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/paulanunes85/three-horizons-accelerator-v4 --skill observability-stack-paulanunes85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observability-stack
Source: https://github.com/paulanunes85/three-horizons-accelerator-v4/tree/main/.github/skills/observability-stack
Command: npx skills add https://github.com/paulanunes85/three-horizons-accelerator-v4 --skill observability-stack-paulanunes85

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralized observability for Kubernetes platforms by delivering a cohesive stack of metrics, logs, dashboards, and alerts to accelerate troubleshooting and capacity planning.

Core Features & Use Cases

  • Prometheus metrics collection across cluster components for scalable monitoring.
  • Grafana dashboards for visualizing metrics, logs, and alerts.
  • Loki-based log aggregation to correlate logs with metrics and traces.
  • Alertmanager routing to notify on-call channels and escalate incidents.
  • Day-2 operations including dashboard customization, rule updates, and health checks.

Quick Start

Install the kube-prometheus-stack in your cluster, then configure dashboards and alerts to begin day-2 observability.

Frequently Asked Questions about observability-stack

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

FAQPage Schema
How do I deploy a Prometheus and Grafana observability stack on Kubernetes?

This Skill automates Helm-based deployment of the Prometheus-Grafana-Loki-Alertmanager observability stack on Kubernetes, provisioning metrics, logs, dashboards, and alerts across services and namespaces.

What is the best way to aggregate Kubernetes logs with Prometheus metrics?

The best way to aggregate Kubernetes logs with Prometheus metrics is using a combined stack like this one, which deploys Loki for log aggregation and Prometheus for metrics, correlated through Grafana dashboards.

Can I manage Alertmanager routing rules for Kubernetes namespaces using this approach?

Yes, you can manage Alertmanager routing rules across Kubernetes namespaces using this Skill, which automates alert rule management and routes notifications to on-call channels for incident escalation.

Does this observability stack require Helm for deployment on Kubernetes?

Yes, this observability stack requires Helm for deployment on Kubernetes, applying Helm-based installation methods to automate setup and day-2 operations of the full monitoring and logging environment.

How do I handle day-2 operations for a Grafana and Loki monitoring setup?

You handle day-2 operations for a Grafana and Loki monitoring setup by using this Skill to automate ongoing maintenance tasks, including dashboard customization, alert rule updates, and component health checks.

What are the limitations of managing Kubernetes observability without a centralized stack?

Without a centralized observability stack, Kubernetes troubleshooting and capacity planning are hindered because metrics, logs, and alerts remain fragmented across services and namespaces rather than correlated in unified dashboards.