monitoring-expert

Configure monitoring, tracing, dashboards, and alerts for services.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/dieu-donnee/luxtrax --skill monitoring-expert-dieu-donnee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring-expert
Source: https://github.com/dieu-donnee/luxtrax/tree/main/.agent/skills/monitoring-expert
Command: npx skills add https://github.com/dieu-donnee/luxtrax --skill monitoring-expert-dieu-donnee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Observability and incident response are hard without a unified monitoring stack. This Skill provides a comprehensive blueprint to implement monitoring, logging, metrics, tracing, dashboards, and alerts across services, enabling faster incident response and capacity planning.

Core Features & Use Cases

  • Structured logging pipelines across services enabling correlation and auditing.
  • Prometheus/Grafana dashboards for service health, performance, and SLIs.
  • Alerting rules and distributed tracing integration (OpenTelemetry) for proactive remediation.
  • Capacity planning, load testing workflows, and profiling guidance to ensure reliability under growth.

Quick Start

Configure a baseline observability stack for your service and instrument critical request paths to achieve end-to-end visibility.

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 distributed tracing and monitoring for microservices?

Distributed tracing and monitoring for microservices requires instrumenting critical request paths with OpenTelemetry to achieve end-to-end visibility across databases, APIs, and background jobs. This configures structured logging and metrics pipelines for service correlation.

What is the best way to configure Prometheus and Grafana dashboards for service health?

Prometheus and Grafana dashboards for service health are best configured by defining SLIs and metrics pipelines across your services. This approach enables capacity planning and provides alerts for proactive remediation during incidents.

How do structured logging pipelines improve incident response?

Structured logging pipelines improve incident response by enabling log correlation and auditing across distributed services. This unified observability stack allows teams to trace issues faster and monitor reliability without fragmented data.

Can I use OpenTelemetry for alerting rules and health checks in a monolith deployment?

Yes, OpenTelemetry supports alerting rules and health checks in monolith deployments. You can apply comprehensive tracing and metrics collection across monolithic architectures just as effectively as with microservices.

Do I need a unified monitoring stack for capacity planning and load testing?

A unified monitoring stack is essential for capacity planning and load testing workflows. It provides the profiling guidance and performance metrics needed to ensure your service maintains reliability under growth.

Why does observability fail without distributed tracing across databases and APIs?

Observability fails without distributed tracing because individual database and API requests cannot be correlated across services. Implementing OpenTelemetry spans across critical request paths is required to identify bottlenecks and ensure reliability.