convention-monitoring-alerting

Define monitoring and alerting conventions for production systems.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Define and enforce robust monitoring and alerting conventions for production systems to detect issues early and standardize observability practices.

Core Features & Use Cases

  • Metrics collection and health checks: Standardized metrics, health endpoints, and health checks to enable rapid status assessment.
  • Alerting rules and thresholds: Declarative alert rules with severity levels and duration to reduce noise.
  • Anomaly detection and dashboards: Statistical anomaly detection and ready-to-use dashboards for real-time visualization across services.

Quick Start

Configure and enable the monitoring conventions in your production environment by wiring metrics collectors, health checks, and alert rules to your instrumentation libraries.

Frequently Asked Questions about convention-monitoring-alerting

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

FAQPage Schema
How do I define monitoring and alerting conventions for production systems?

To define monitoring and alerting conventions, standardize metrics collection, establish health endpoints, and set declarative alert rules with severity levels and duration thresholds to reduce noise and detect issues early.

What is anomaly detection in observability and when do I need it?

Anomaly detection in observability uses statistical methods to identify deviations from normal system behavior. You need it to catch unexpected issues in real-time that static alert thresholds might miss across services and infrastructure.

Can I use standardized health checks with my existing observability tools?

Yes, standardized health checks are designed for integration with common observability tools. You wire the standardized health endpoints and metrics collectors directly to your existing instrumentation libraries.

What's the best way to reduce alert noise from dashboards and metrics?

The best way to reduce alert noise is enforcing declarative alerting rules with defined severity levels and duration thresholds. This ensures only sustained, actionable anomalies trigger notifications instead of transient spikes.

Why do I need standardized metrics definitions for real-time monitoring?

You need standardized metrics definitions for real-time monitoring to enable rapid status assessment and consistent visualization. This allows ready-to-use dashboards to aggregate and display service health uniformly across infrastructure.

Are there limitations to declarative alerting rules for anomaly detection?

Declarative alerting rules rely on predefined thresholds and durations, which may not capture complex anomalies. For unpredictable system behavior, supplement them with statistical anomaly detection to ensure comprehensive observability coverage.