monitoring-expert

Implement OpenTelemetry instrumentation with Prometheus and Grafana for monitoring.

1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/camelranchentertainment/Booking-Platform --skill monitoring-expert-camelranchentertainment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring-expert
Source: https://github.com/camelranchentertainment/Booking-Platform/tree/main/.claude/skills/monitoring-expert
Command: npx skills add https://github.com/camelranchentertainment/Booking-Platform --skill monitoring-expert-camelranchentertainment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Observability gaps slow root-cause analysis and prolong outages; this Skill provides a structured approach to instrument, collect, visualize, and alert on application behavior.

Core Features & Use Cases

  • Structured logging aligned with correlation IDs.
  • Metrics and tracing to measure performance and enable distributed tracing.
  • Dashboards and alerting for proactive incident response.

Quick Start

Configure your service with OpenTelemetry instrumentation and verify that logs, traces, and metrics appear in your monitoring stack.

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 OpenTelemetry instrumentation for microservices?

OpenTelemetry instrumentation is configured on your service to collect logs, traces, and metrics, verifying that telemetry appears in your monitoring stack for end-to-end observability across microservices.

What is distributed tracing and when do I need it for cloud-native apps?

Distributed tracing measures performance and tracks requests across microservices. It is needed in cloud-native apps to detect bottlenecks, identify outages, and enable faster root-cause analysis during incidents.

Can I use this monitoring approach with both monoliths and microservices?

Yes, this monitoring approach applies to microservices, monoliths, and cloud-native apps across dev, test, and production environments to detect performance regressions and outages consistently.

What's the best way to structure logs with correlation IDs for root-cause analysis?

Structured logging aligned with correlation IDs enables tracking requests across distributed components. This structure ties logs to traces and metrics, accelerating root-cause analysis and resolving observability gaps.

How do I configure alerting rules and dashboards for proactive incident response?

Alerting rules and dashboards are configured to visualize metrics and traces. This setup enables proactive incident response by detecting outages and performance regressions before they impact users.

Does Prometheus and Grafana integration work with OpenTelemetry metrics?

Yes, OpenTelemetry instrumentation integrates with Prometheus and Grafana, allowing collected metrics and traces to be visualized and queried within your existing monitoring stack for comprehensive observability.