monitoring-expert

Configure Prometheus/Grafana monitoring, logging, alerting, and distributed tracing.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/shalevamin/The-_Ultimate_agents --skill monitoring-expert-shalevamin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring-expert
Source: https://github.com/shalevamin/The-_Ultimate_agents/tree/main/.claude/skills/monitoring-expert
Command: npx skills add https://github.com/shalevamin/The-_Ultimate_agents --skill monitoring-expert-shalevamin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you implement comprehensive monitoring, alerting, and tracing systems to ensure your applications are observable, performant, and reliable.

Core Features & Use Cases

  • Observability Implementation: Set up structured logging, metrics collection (Prometheus), and distributed tracing.
  • Performance Optimization: Conduct load testing, application profiling, and capacity planning.
  • Use Case: When deploying a new microservice, use this Skill to instrument it with logs, metrics, and traces, and configure alerts for critical performance indicators.

Quick Start

Configure Prometheus metrics for your Node.js application by adding the provided code snippet to your server.

Frequently Asked Questions about monitoring-expert

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

FAQPage Schema
How do I configure Prometheus metrics and Grafana dashboards for a new microservice?

Configure Prometheus metrics and Grafana dashboards by instrumenting your service for metrics collection, defining alerting rules, and setting up visual dashboard panels to monitor critical performance indicators.

What's the best way to implement distributed tracing and structured logging for application observability?

Implement distributed tracing and structured logging by setting up pipelines that correlate logs, metrics, and traces across services, enabling you to debug production issues and monitor application performance effectively.

Can I run load tests and profile CPU memory bottlenecks using this approach?

Run load tests and profile CPU memory bottlenecks by conducting performance testing with k6 or Artillery, executing application profiling, and forecasting infrastructure capacity needs based on the results.

How do I define alerting rules for critical performance indicators in Prometheus?

Define alerting rules in Prometheus by configuring threshold conditions for your metrics collection pipeline, triggering notifications when critical performance indicators deviate from expected operational baselines.

When do I need to plan infrastructure capacity for my observability stack?

Plan infrastructure capacity when deploying new microservices or anticipating traffic growth, using load testing and application profiling data to forecast resource requirements and ensure system reliability.