Monitoring

Coordinates metrics, logs, traces, and alerts across OSS and hosted tools for software observability and incident response.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/zhanbei1/OpenOcta --skill monitoring-zhanbei1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Monitoring
Source: https://github.com/zhanbei1/OpenOcta/tree/main/src/skills/monitoring
Command: npx skills add https://github.com/zhanbei1/OpenOcta --skill monitoring-zhanbei1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Observability gaps in applications and infrastructure hinder fast diagnosis and resilience, making it hard to understand system health.

Core Features & Use Cases

  • Metrics collection with Prometheus and dashboards in Grafana for performance visibility.
  • Unified logs with Loki/ELK and traces with Jaeger/Tempo to diagnose issues quickly.
  • Alerting workflows and runbooks to support incident response and reliability across environments.

Quick Start

Set up a minimal Prometheus/Grafana/Loki stack to start collecting and visualizing essential data.

Frequently Asked Questions about Monitoring

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

FAQPage Schema
How do I set up Prometheus and Grafana for metrics collection and dashboards?

To set up Prometheus and Grafana for metrics collection, configure a minimal stack to scrape and store time-series data, then connect Grafana to visualize performance through customizable dashboards. This provides essential system health visibility.

What is the best way to correlate logs, traces, and metrics for incident response?

The best way to correlate logs, traces, and metrics for incident response is using an end-to-end observability stack. This unifies Loki or ELK for logs and Jaeger or Tempo for traces to diagnose issues quickly across services.

Can I use this monitoring approach for containers and cloud platforms?

Yes, this monitoring approach applies to containers and cloud platforms. It supports collecting and correlating observability data across diverse environments, ensuring consistent alerting and reliability for distributed software systems.

Does this support both OSS and hosted monitoring tooling?

Yes, this supports both OSS and hosted monitoring tooling. It provides guidance on setup, dashboards, and runbooks for various environments, allowing flexible implementation of observability workflows using open-source or managed solutions.

How do I configure alerting workflows and runbooks for system reliability?

To configure alerting workflows and runbooks for system reliability, define threshold-based alerts in Prometheus and link them to operational runbooks. This supports structured incident response and maintains resilience across monitored environments.

Why do I need unified logs with Loki or ELK for observability?

You need unified logs with Loki or ELK for observability to diagnose application issues quickly. Centralizing log data alongside metrics and traces removes observability gaps, enabling fast diagnosis and improving infrastructure resilience.