observability-monitoring-monitor-setup

Implement Prometheus, OpenTelemetry, Fluentd, and Grafana for system monitoring.

Updated Nov 6, 2025
One-click install
npx skills add https://github.com/brandonlacoste9-tech/korean-AI-compliance- --skill observability-monitoring-monitor-setup-brandonlacoste9-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observability-monitoring-monitor-setup
Source: https://github.com/brandonlacoste9-tech/korean-AI-compliance-/tree/main/skills/observability-monitoring-monitor-setup
Command: npx skills add https://github.com/brandonlacoste9-tech/korean-AI-compliance- --skill observability-monitoring-monitor-setup-brandonlacoste9-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of gaining deep visibility into system health and performance by establishing comprehensive monitoring and observability solutions.

Core Features & Use Cases

  • Metrics Collection: Implement Prometheus for collecting key performance indicators.
  • Distributed Tracing: Set up OpenTelemetry for tracing requests across services.
  • Log Aggregation: Configure Fluentd for centralized log management.
  • Dashboard Creation: Design insightful Grafana dashboards for real-time system overview.
  • Alerting: Define alert rules and configure Alertmanager for timely notifications.
  • Use Case: When deploying a new microservice, use this Skill to ensure it's fully instrumented with metrics, logs, and traces, and that appropriate alerts and dashboards are in place before it goes to production.

Quick Start

Use the observability-monitoring-monitor-setup skill to set up Prometheus metrics collection for a new microservice.

Frequently Asked Questions about observability-monitoring-monitor-setup

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

FAQPage Schema
How do I set up monitoring and observability for a new microservice?

Microservice monitoring and observability setup requires implementing Prometheus for metrics, OpenTelemetry for distributed tracing, Fluentd for log aggregation, and Grafana for dashboards to ensure full system visibility before production.

What is the best way to aggregate logs and collect metrics across distributed services?

Aggregating logs and collecting metrics across services involves configuring Fluentd for centralized log management and Prometheus for key performance indicators, providing deep visibility into distributed system health.

How does distributed tracing work with OpenTelemetry for request visibility?

Distributed tracing with OpenTelemetry works by instrumenting services to trace requests across distributed systems, enabling you to track transaction flows and establish comprehensive observability for proactive issue detection.

Can I use Grafana to create dashboards and define alerting rules for SLOs?

Yes, you can use Grafana to design insightful real-time dashboards and define alert rules with Alertmanager, establishing Service Level Objectives to maintain robust operational health and enable timely notifications.

Do I need to define SLOs and alert strategies before deploying observability tools?

Defining alert strategies and SLOs is required when establishing comprehensive monitoring solutions, ensuring proactive issue detection and robust operational health before deploying new microservices to production environments.