prometheus-grafana

Deploy Prometheus and Grafana to monitor systems and services.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/allthingslinux/atl.services --skill prometheus-grafana
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prometheus-grafana
Source: https://github.com/allthingslinux/atl.services/tree/main/.agents/skills/prometheus-grafana
Command: npx skills add https://github.com/allthingslinux/atl.services --skill prometheus-grafana

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps teams quickly implement metrics collection and visualization by deploying Prometheus for scraping and Grafana for dashboards, enabling proactive health monitoring.

Core Features & Use Cases

  • Metrics collection: Set up Prometheus scrapes for hosts, containers, and Kubernetes components.
  • Dashboards & queries: Provide ready-made dashboards and PromQL queries for performance, reliability, and capacity planning.
  • Alerting & provisioning: Include alerting rules and Grafana provisioning to automate monitoring workflows.

Quick Start

Run the provided docker-compose or Helm configurations to deploy Prometheus and Grafana locally or in your cluster, then point dashboards at your endpoints.

Frequently Asked Questions about prometheus-grafana

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

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

Set up Kubernetes monitoring by deploying Prometheus and Grafana using the included Helm configurations to scrape cluster workloads and visualize metrics. The skill provides ready-made configurations to automate this deployment workflow.

What is the best way to deploy Grafana dashboards and Prometheus alerts?

Deploy Grafana dashboards and Prometheus alerts by using the included provisioning templates and alerting rules. This automates the monitoring workflow, providing ready-made visualizations for performance and capacity planning without manual dashboard configuration.

Can I use this Prometheus configuration to monitor on-prem and cloud targets?

Yes, the Prometheus configuration supports monitoring both on-prem and cloud targets. It scrapes metrics from hosts, containers, and application services, enabling comprehensive system health monitoring across different environments.

Do I need Docker or Kubernetes to run this Grafana and Prometheus setup?

Yes, you need Docker or Kubernetes to run this Grafana and Prometheus setup. The skill provides docker-compose and Helm configurations to deploy the monitoring stack locally or in a cluster.

How do I write PromQL queries for system metrics in Grafana?

Write PromQL queries for system metrics using the provided ready-made queries within the Grafana dashboards. These queries target performance, reliability, and capacity planning metrics collected by Prometheus.

What dependencies are required to configure Prometheus and Grafana alerting?

Configuring Prometheus and Grafana alerting requires curl and jq installed in your environment. These dependencies support the deployment and configuration scripts that provision the monitoring infrastructure.