monitoring-expert

Implement observability with OpenTelemetry, Prometheus, Grafana, Loki, and Jaeger.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/allthingslinux/atl.services --skill monitoring-expert-allthingslinux
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring-expert
Source: https://github.com/allthingslinux/atl.services/tree/main/.agents/skills/monitoring-expert
Command: npx skills add https://github.com/allthingslinux/atl.services --skill monitoring-expert-allthingslinux

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides guidance and implementation patterns for building comprehensive observability across distributed systems, enabling proactive incident response, faster root-cause analysis, and capacity planning.

Core Features & Use Cases

  • Logs, metrics, and traces instrumentation across services and infrastructure.
  • Dashboards, alerting, and incident response playbooks for proactive ops.
  • Use cases include setting up a unified observability stack (Prometheus, Grafana, Loki, OpenTelemetry) and implementing structured logging and tracing for rapid debugging and performance tuning.

Quick Start

Install and configure a minimal observability stack with Prometheus, Grafana, Loki, and OpenTelemetry, then instrument services to emit logs, metrics, and traces. Create dashboards and alerts that cover critical paths and capacity planning. Validate observability by generating load and verifying data appears in dashboards.

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 observability for distributed systems using Prometheus and Grafana?

Observability for distributed systems requires instrumenting services to emit logs, metrics, and traces. You can set up a unified stack using Prometheus for metrics, Grafana for dashboards, and OpenTelemetry for instrumentation to enable proactive incident response.

What's the best way to implement structured logging and tracing for microservices?

Implement structured logging and tracing by using OpenTelemetry instrumentation across microservices and infrastructure. Forward logs to Loki and traces to backends like Jaeger with OTLP to enable rapid debugging and performance tuning.

Can I use OpenTelemetry to send traces to Jaeger with OTLP?

Yes, OpenTelemetry can instrument services to emit traces and send them to tracing backends such as Jaeger using OTLP. This provides end-to-end visibility across distributed systems for faster root-cause analysis.

How do I configure alerting rules and capacity planning dashboards in Grafana?

Configure alerting rules and capacity planning dashboards in Grafana by connecting it to Prometheus for metrics and Loki for logs. Create dashboards covering critical paths and validate by generating load to verify data appears correctly.

Does monitoring-expert support alerting and incident response playbooks for proactive ops?

Monitoring guidance includes alerting rules configuration and incident response playbooks for proactive operations. It covers dashboards, alerting, and capacity planning across microservices, applications, and infrastructure to ensure comprehensive observability.

When do I need full observability instrumentation across logs, metrics, and traces?

You need full observability instrumentation when managing distributed systems requiring proactive incident response, faster root-cause analysis, and capacity planning. It unifies logs, metrics, and traces to provide complete visibility across microservices and infrastructure.