monitoring-expert

Configure observability systems with logging, metrics, tracing, and alerting.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jdiegosierra/sre-agent-plugin --skill monitoring-expert-jdiegosierra
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: monitoring-expert
Source: https://github.com/jdiegosierra/sre-agent-plugin/tree/main/skills/monitoring-expert
Command: npx skills add https://github.com/jdiegosierra/sre-agent-plugin --skill monitoring-expert-jdiegosierra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you establish comprehensive monitoring, alerting, and tracing systems to ensure application health and performance.

Core Features & Use Cases

  • Monitoring Setup: Implement logging, metrics, and tracing for applications.
  • Alerting Configuration: Define meaningful alerts to proactively detect issues.
  • Performance Analysis: Utilize profiling and load testing to identify bottlenecks.
  • Use Case: You need to set up Prometheus and Grafana to monitor your new microservice, including setting up alerts for high error rates and latency.

Quick Start

Use the monitoring-expert skill to set up Prometheus alerts for high error rates and latency.

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 Prometheus and Grafana to monitor a microservice?▼

To set up Prometheus and Grafana for monitoring a microservice, you configure metrics collection and dashboards. This includes defining alerts for high error rates and latency to proactively detect performance issues.

What is observability and how does tracing improve application health?▼

Observability provides comprehensive insight into application health by combining logging, metrics, and tracing. Tracing specifically tracks requests across microservices to identify bottlenecks and resolve performance issues.

Can I use OpenTelemetry and Jaeger for distributed tracing setup?▼

Yes, you can use OpenTelemetry and Jaeger for distributed tracing setup. They are supported tools for implementing observability systems that track requests across services to identify and resolve performance bottlenecks.

What's the best way to configure meaningful alerts for high latency?▼

The best way to configure meaningful alerts for high latency is defining proactive thresholds within your monitoring system. This ensures you detect performance issues early by alerting on abnormal error rates and latency spikes.

How do I identify bottlenecks using load testing and application profiling?▼

You identify bottlenecks by utilizing load testing and application profiling to stress your system and analyze its behavior. This performance analysis reveals resource constraints and latency issues within your application.

Does the ELK Stack work for setting up application logging?▼

Yes, the ELK Stack is supported for setting up application logging. It facilitates comprehensive observability by centralizing your logs, which helps track application health and diagnose errors efficiently.