monitoring

Automate production health checks, metrics collection, and alerting with Prometheus and Grafana.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/erhankaraarslan/agent_yazilim_ekibi --skill monitoring-erhankaraarslan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring
Source: https://github.com/erhankaraarslan/agent_yazilim_ekibi/tree/main/.claude/skills/monitoring
Command: npx skills add https://github.com/erhankaraarslan/agent_yazilim_ekibi --skill monitoring-erhankaraarslan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps DevOps engineers implement proactive production health monitoring by standardizing checks, metrics collection, and alerting practices.

Core Features & Use Cases

  • Health checks: Liveness, readiness, startup checks to ensure services stay healthy.
  • Metrics & dashboards: Collects CPU, memory, latency, error rate, and exposes dashboards for quick triage.
  • Use Case: When a service experiences rising error rates, use this skill to trigger alerts and guide incident response.

Quick Start

Activate monitoring for your services using the skill's standard activation flow and run a basic health check on a target endpoint, for example: monitor start --target api-gateway --check liveness --alert-on-issue.

Frequently Asked Questions about monitoring

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

FAQPage Schema
How do I set up health checks and alerting for microservices?

To set up microservices health checks and alerting, automate production monitoring by performing liveness and readiness checks, collecting metrics, and triggering alerts to enable proactive incident response.

How do I monitor API latency and error rates in production?

Monitor API latency and error rates by collecting continuous metrics, exposing dashboards for quick triage, and applying configurable alert rules to trigger immediate incident response when issues arise.

Can I use Prometheus and Grafana with my existing monitoring stack?

Yes, you can use Prometheus and Grafana with existing stacks to implement monitoring, collect metrics, and expose dashboards, standardizing health checks and alerting practices for your services.

What is the best way to configure alert rules for rising service error rates?

The best way to configure alert rules for rising error rates is to apply configurable alert rules that trigger alerts and guide incident response when a service experiences abnormal behavior.

How do I run a basic liveness check on a target API endpoint?

Run a basic liveness check on a target API endpoint by activating monitoring and executing a command like monitor start --target api-gateway --check liveness --alert-on-issue.