monitoring-expert

Configure end-to-end observability with logs, metrics, and traces.

1|Updated Aug 12, 2023
One-click install
npx skills add https://github.com/nktfh100/nixos-config --skill monitoring-expert-nktfh100
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring-expert
Source: https://github.com/nktfh100/nixos-config/tree/main/claude/skills/monitoring-expert
Command: npx skills add https://github.com/nktfh100/nixos-config --skill monitoring-expert-nktfh100

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Observability is often fragmented across logs, metrics, and traces, making it hard to diagnose issues and maintain system reliability.

Core Features & Use Cases

  • Structured logging, metric collection, and distributed tracing with OpenTelemetry.
  • End-to-end dashboards (Prometheus/Grafana) and alerting for production systems.
  • Real-world scenario: detect latency spikes, correlate logs and traces, and trigger alerts to on-call engineers.

Quick Start

Instrument your services to emit logs, metrics, and traces and then access Grafana dashboards to monitor health and performance.

Frequently Asked Questions about monitoring-expert

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

FAQPage Schema
How do I set up end-to-end observability for microservices using Prometheus and Grafana?

End-to-end observability for microservices is configured by instrumenting services to emit structured logs, metrics, and traces, then visualizing health and performance through Prometheus and Grafana dashboards.

What is the best way to correlate logs and traces to detect latency spikes in production?

Correlating logs and traces to detect latency spikes involves implementing distributed tracing with OpenTelemetry alongside structured logging, enabling you to pinpoint bottlenecks and trigger alerts for on-call engineers.

Can I use OpenTelemetry tracing for rollout-safe instrumentation in hosted server applications?

OpenTelemetry tracing supports rollout-safe instrumentation for server applications and hosted services, ensuring structured logging, health checks, and metric collection are integrated without disrupting production environments.

How do I configure alert rules for production systems using Prometheus?

Configuring alert rules for production systems with Prometheus involves defining threshold conditions on collected metrics to automatically trigger alerts to on-call engineers when latency spikes or health issues occur.

Why does my observability setup fragment logs, metrics, and traces making diagnosis difficult?

Observability becomes fragmented when logs, metrics, and traces are collected in isolation, making issue diagnosis difficult; consolidating them into unified dashboards resolves this by providing end-to-end system visibility.