monitoring-setup

Configure structured logging, Sentry error tracking, metrics, and alerts.

105|8|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/686f6c61/alfred-dev --skill monitoring-setup-686f6c61
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring-setup
Source: https://github.com/686f6c61/alfred-dev/tree/main/skills/devops/monitoring-setup
Command: npx skills add https://github.com/686f6c61/alfred-dev --skill monitoring-setup-686f6c61

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the critical need for service observability by configuring structured logging, error tracking, and metrics, enabling teams to understand and troubleshoot their services effectively, especially in production environments.

Core Features & Use Cases

  • Structured Logging: Implements JSON-formatted logs with essential context (timestamp, level, message, request ID, user ID, error details).
  • Error Tracking Integration: Sets up tools like Sentry for rich error context, grouping, and alerts.
  • Metrics Definition: Configures both technical (latency, error rate, resource usage) and business (registrations, conversions) metrics.
  • Alerting Configuration: Establishes actionable alerts categorized by severity (critical, high, medium).
  • Health Endpoints: Implements liveness (/health) and readiness (/ready) endpoints for service monitoring.
  • Use Case: Ensure your new microservice can be effectively monitored in production by setting up comprehensive logging, error reporting to Sentry, and defining key performance indicators.

Quick Start

Configure structured logging, integrate Sentry for error tracking, and define key performance metrics for the payment service.

Frequently Asked Questions about monitoring-setup

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

FAQPage Schema
How do I set up structured logging and error tracking for a microservice?

Set up structured logging and error tracking by implementing JSON-formatted logs with essential context and integrating tools like Sentry for rich error grouping and alerts. This enables effective troubleshooting in production environments.

What metrics should I define for comprehensive service observability?

Define comprehensive service observability metrics by configuring both technical indicators like latency, error rate, and resource usage, alongside business metrics such as registrations and conversions to understand service behavior.

How do I configure actionable alerts categorized by severity?

Configure actionable alerts by establishing severity categories like critical, high, and medium. This ensures operational readiness by prioritizing incident response based on the impact of the observed service events.

Do I need health endpoints for production service monitoring?

Health endpoints are required for production service monitoring. Implement liveness endpoints at /health and readiness endpoints at /ready to adhere to operational readiness principles and enable effective service monitoring.

What is the best way to troubleshoot service behavior issues in production?

The best way to troubleshoot service behavior issues is configuring comprehensive observability. Implement structured logging, error tracking with Sentry, and define key performance metrics to understand and resolve production problems effectively.