monitoring

Configure metrics, logs, traces, dashboards, and runbooks for microservice monitoring.

28|3|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/girijashankarj/cursor-handbook --skill monitoring-girijashankarj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring
Source: https://github.com/girijashankarj/cursor-handbook/tree/main/.cursor/skills/devops/monitoring
Command: npx skills add https://github.com/girijashankarj/cursor-handbook --skill monitoring-girijashankarj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Observability and proactive monitoring reduce MTTR by providing metrics, logs, and traces that help you detect and resolve incidents faster.

Core Features & Use Cases

  • Metrics collection: capture throughput, latency, error rates, and capacity.
  • Logging and tracing: structured logs with tracing to diagnose failures.
  • Dashboards and runbooks: centralized dashboards and automated playbooks for common incidents.
  • Use Case: In a microservices environment, surface service-level indicators and alert on anomalies.

Quick Start

Configure your first service to emit metrics, logs, and traces and validate dashboards in a staging environment.

Frequently Asked Questions about monitoring

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

FAQPage Schema
How do I set up monitoring and alerts for a microservices architecture?

To set up monitoring for microservices, you need to capture throughput, latency, and error rates as metrics, enforce structured logging, and configure alert thresholds to detect anomalies across your distributed system.

What is the best way to reduce MTTR using observability and tracing?

Reducing MTTR requires observability through structured logs and tracing to diagnose failures quickly, alongside centralized dashboards and automated runbooks that enable rapid incident response in production environments.

How do I configure a service to emit metrics, logs, and traces in staging?

You configure your service to emit metrics, logs, and traces by applying standardized instrumentation and structured logging, then validate the generated dashboards and alert thresholds within a staging environment.

Can I generate automated runbooks for common incidents in distributed systems?

Yes, you can generate automated runbooks for common incidents in distributed systems, providing centralized playbooks alongside dashboards and alerting to streamline service monitoring and incident response.

Does this monitoring approach work for capturing service-level indicators in production?

Yes, this approach works for capturing service-level indicators in production by collecting capacity metrics and standardizing instrumentation to surface anomalies and alert on them across microservice environments.