monitoring-expert

Configure Pino, Sentry, health endpoints, and Prometheus metrics for Node.js applications.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alxvlo/AHI_Capstone --skill monitoring-expert-alxvlo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring-expert
Source: https://github.com/alxvlo/AHI_Capstone/tree/main/.opencode/skill/monitoring-expert
Command: npx skills add https://github.com/alxvlo/AHI_Capstone --skill monitoring-expert-alxvlo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates logging, error tracking, health checks, and metrics to reduce incident response time and visibility gaps in Node.js production systems.

Core Features & Use Cases

  • Structured logging with Pino for Node.js
  • Error tracking with Sentry to capture and report exceptions
  • Health checks & metrics via a /health endpoint and Prometheus integration
  • Quick debugging commands to validate observability setup

Quick Start

Install and wire up Pino and Sentry in your Node.js app and expose a /health endpoint to begin observing production systems.

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 monitoring and observability for a Node.js microservices application?

Node.js monitoring and observability can be configured programmatically using Pino for structured logging, Sentry for error tracking, and Prometheus for metrics collection. This provides sensible defaults for production services.

What's the best way to add structured logging and error tracking to a production Node.js service?

Structured logging and error tracking in production Node.js services are best handled by wiring up Pino for logs and Sentry to capture exceptions. This combination reduces incident response time and visibility gaps.

Does this observability setup include health checks and metrics collection for microservices?

Yes, observability for microservices includes health checks and metrics collection via a /health endpoint and Prometheus integration. This provides comprehensive visibility across distributed production systems.

Can I validate my Node.js observability setup and debug logging configurations quickly?

You can validate your Node.js observability setup using quick debugging commands designed to verify logging, error tracking, and metrics collection configurations without lengthy manual inspection.

Why do I need consolidated logging, error tracking, and health checks for my production systems?

Consolidated logging, error tracking, and health checks are needed to reduce incident response time and eliminate visibility gaps in production systems. This unified approach ensures reliable monitoring across microservices.