monitoring-specialist

Guide metrics, logs, and trace collection with Prometheus, OpenTelemetry, and Grafana.

1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/mtsatryan/openclaw-ai-agents --skill monitoring-specialist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring-specialist
Source: https://github.com/mtsatryan/openclaw-ai-agents/tree/main/monitoring-specialist
Command: npx skills add https://github.com/mtsatryan/openclaw-ai-agents --skill monitoring-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Monitoring in modern distributed systems is often fragmented across metrics, logs, and traces, making it hard to detect incidents quickly. This Skill provides a structured approach to unify instrumentation, enable correlation, and streamline incident response.

Core Features & Use Cases

  • Three Pillars of Observability: metrics, logs, and traces with structured collection and retention.
  • Prometheus-based monitoring stack and Grafana dashboards for actionable visibility.
  • Best practices for alerting, runbooks, and reproducible instrumentation across services.
  • Use Case: Detect latency spikes and error bursts in microservices and trigger automated responses.

Quick Start

Install a Prometheus/Grafana stack, instrument services with metrics, logs, and traces, and configure dashboards and alerts.

Frequently Asked Questions about monitoring-specialist

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

FAQPage Schema
How do I unify metrics, logs, and traces for observability in distributed systems?

Unifying metrics, logs, and traces for observability requires instrumenting the three pillars using OpenTelemetry to enable end-to-end collection and correlation across your distributed systems. This structured approach detects incidents quickly and streamlines response.

What is the best way to set up Prometheus and Grafana for monitoring microservices?

The best way to set up Prometheus and Grafana for microservices monitoring is configuring a Prometheus-based collection stack paired with Grafana dashboards. This provides actionable visibility into real-time health, latency spikes, and error bursts.

Can I use OpenTelemetry to instrument metrics, logs, and traces together?

Yes, you can use OpenTelemetry to instrument metrics, logs, and traces together. Satisfying observability requirements involves applying OpenTelemetry alongside Prometheus to enable structured collection, retention, and correlation across distributed services.

How do I design actionable alerts and runbooks for incident response?

Designing actionable alerts and runbooks for incident response requires guiding alerting best practices alongside your monitoring instrumentation. This ensures automated responses to latency spikes and error bursts while maintaining reproducible service visibility.

Does this approach work for SRE workflows in production environments?

Yes, this observability approach works for SRE workflows in production environments. It applies end-to-end collection and alerting across metrics, logs, and traces specifically designed for real-time health, performance monitoring, and incident response.

Why does monitoring fragmentation make it hard to detect incidents quickly in production?

Monitoring fragmentation makes incidents hard to detect because metrics, logs, and traces remain isolated across distributed systems. Unifying this instrumentation enables correlation and provides the structured visibility needed for rapid detection.