monitoring-alerting

Configure Grafana alerts and LogQL queries with Telegram notifications.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/billyfranklim1/claude-skills --skill monitoring-alerting-billyfranklim1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring-alerting
Source: https://github.com/billyfranklim1/claude-skills/tree/main/plugins/monitoring-alerting/skills/monitoring-alerting
Command: npx skills add https://github.com/billyfranklim1/claude-skills --skill monitoring-alerting-billyfranklim1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Grafana alerts, Loki query optimization, and SLO dashboards are essential for proactive incident response, but teams often struggle to implement reliable alerting pipelines and ensure timely notifications.

Core Features & Use Cases

  • Grafana alerting: create, manage, and silence alerts across multiple apps (Laravel, Nginx, MySQL, Next.js) with Telegram integration.
  • Loki + LogQL: craft advanced queries to surface patterns and anomalies in production logs.
  • SLO dashboards: build service-level objective dashboards to monitor reliability and performance.
  • Telegram contact points: configure and manage alert recipients for on-call rotation.

Quick Start

Create a basic Grafana alert rule for your Laravel app and verify Telegram notifications.

Frequently Asked Questions about monitoring-alerting

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

FAQPage Schema
How do I create Grafana alerts for Laravel and Nginx production logs?

To create Grafana alerts for Laravel and Nginx, you configure alert rules using Loki-based LogQL queries to detect errors and slow requests. This setup provisions alert rules and validates them directly across your services.

What is the best way to send Grafana alert notifications to Telegram?

The best way to send Grafana alerts to Telegram is by configuring Telegram contact points for alert recipients. This manages on-call alert notifications and provisions the contact points directly within your Grafana alerting pipeline.

How do I write Loki LogQL queries to detect anomalies in MySQL logs?

Writing Loki LogQL queries to detect MySQL anomalies involves crafting advanced filters to surface error patterns in production logs. These queries are applied within Grafana to trigger alerts for slow requests and failed deployments.

Can I build SLO dashboards in Grafana for Next.js application monitoring?

Yes, you can build SLO dashboards in Grafana for Next.js monitoring. These service-level objective dashboards monitor application reliability and performance by visualizing alerting data and LogQL query results.

Do I need Promtail to configure Loki dashboards and alerting pipelines?

Yes, you need Promtail for basic Loki integrations to ship logs to your dashboard. It works alongside Loki and Grafana to provision the alerting pipeline and ensure your LogQL queries have the necessary log data.

Why are my Grafana alert rules not triggering for failed deployments?

Grafana alert rules for failed deployments may not trigger due to incorrect LogQL query configurations or missing service log integrations. You can fix these alerting gaps by validating your Loki queries and provisioning rules properly.