setup-monitoring

Configure application monitoring, logging, error tracking, and alerting with Sentry, Datadog, Grafana, Prometheus, and OpenTelemetry.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/sitharaj88/claude-skills --skill setup-monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-monitoring
Source: https://github.com/sitharaj88/claude-skills/tree/main/skills/setup-monitoring
Command: npx skills add https://github.com/sitharaj88/claude-skills --skill setup-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of ensuring application reliability and performance by establishing comprehensive monitoring, logging, and alerting systems.

Core Features & Use Cases

  • Structured Logging: Implements standardized JSON logging for easier parsing and analysis.
  • Error Tracking: Integrates with services like Sentry for real-time error detection and reporting.
  • Metrics Collection: Sets up the collection of key application and system metrics for performance analysis.
  • Alerting: Configures alerts for critical conditions to enable proactive issue resolution.
  • Use Case: A developer needs to set up robust monitoring for a new microservice to quickly identify and resolve any production issues.

Quick Start

Use the setup-monitoring skill to configure Sentry for error tracking and Prometheus for metrics.

Frequently Asked Questions about setup-monitoring

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

FAQPage Schema
How do I set up application monitoring and error tracking for a microservice?

To set up application monitoring and error tracking, you can integrate tools like Sentry, Datadog, and Prometheus to collect metrics, detect runtime errors, and configure alerts for critical conditions.

What's the best way to implement structured logging for observability?

The best way to implement structured logging for observability is to configure standardized JSON logging formats, which simplifies parsing and analysis across your application monitoring stack.

Can I use OpenTelemetry and Prometheus together for metrics collection?

Yes, you can use OpenTelemetry and Prometheus together for metrics collection to gather key application and system performance data tailored to your project's runtime and framework.

Does this monitoring setup work with cloud-native infrastructure and existing databases?

Yes, this monitoring setup analyzes your cloud-native infrastructure, existing monitoring tools, and databases to tailor the observability stack specifically to your project's runtime environment.

How do I configure alerting rules for critical application conditions?

You can configure alerting rules for critical application conditions by establishing health check endpoints and setting up alert thresholds within your monitoring tools to enable proactive issue resolution.