monitoring

Inspect Vercel deployment logs and health endpoints for Next.js apps.

21|2|Updated Nov 5, 2023
One-click install
npx skills add https://github.com/motormetrics/motormetrics --skill monitoring-motormetrics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring
Source: https://github.com/motormetrics/motormetrics/tree/main/.claude/skills/monitoring
Command: npx skills add https://github.com/motormetrics/motormetrics --skill monitoring-motormetrics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitor Vercel deployments, debug production issues, check logs, and understand logging patterns.

Core Features & Use Cases

  • Viewing Logs: Vercel Dashboard and Vercel CLI log access, filtering by logs and status.
  • Vercel Analytics & Logging Patterns: Use built-in analytics and standardized log prefixes to measure performance.
  • Health Checks & Debugging: Expose health endpoint and implement error handling patterns for workflows.
  • Best Practices: Ensure safe logging and monitoring of cron jobs and dashboards.

Quick Start

Start by opening your Vercel project and navigating to the logs to identify the issue.

Frequently Asked Questions about monitoring

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

FAQPage Schema
How do I view Vercel logs to debug a production issue?

To debug a production issue, view Vercel logs through the Dashboard or CLI, filter them by status, and inspect standardized log prefixes to pinpoint workflow failures. Start by opening your Vercel project and navigating to the logs to identify the issue.

How do I implement health checks for my Next.js app on Vercel?

Implement health checks by exposing a dedicated health endpoint and applying standard error handling patterns for your workflows. This monitors deployment health and diagnoses failures effectively for Next.js apps on Vercel.

Can I use Vercel Analytics to measure my Next.js app's performance?

Yes, you can use Vercel Analytics to measure performance. Combined with standardized logging patterns and log prefixes, it helps you monitor deployments, measure performance, and debug production issues for your Next.js app.

What's the best way to monitor cron jobs on Vercel?

The best way to monitor cron jobs on Vercel is by ensuring safe logging and monitoring practices within your dashboards. Implementing standard error handling patterns also helps diagnose workflow failures during execution.

Why does my Vercel workflow fail without showing errors in the logs?

If your Vercel workflow fails without clear errors, you may need to enable log prefixes and check your health endpoints. Aggregating logs and health signals with standard error handling patterns helps diagnose these hidden production issues.