# 541 Vercel Observability 7512eb70

> vercel-observability

- Skill: `tools-only/541-vercel-observability-7512eb70` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/541-vercel-observability-7512eb70`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/541-vercel-observability-7512eb70/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/541-vercel-observability-7512eb70

---

# vercel-observability

## Skill Scaffold

```
vercel-observability/
  SKILL.md
```

## File Descriptions

### 1. SKILL.md
**Purpose:** Set up comprehensive observability with Prometheus metrics, OpenTelemetry traces, structured logging, and alerting rules.
**Workflow:** Implemented during production setup; dashboards and alerts monitored continuously.
**Relates to:** Builds on vercel-multi-env-setup; integrates with vercel-incident-runbook for response

## Summary

This skill establishes full observability for Vercel integrations. It covers Prometheus metrics (counters for requests/errors, histograms for latency, gauges for rate limits), OpenTelemetry distributed tracing with span management, structured logging with Pino, Prometheus AlertManager rules for error rate and latency thresholds, and Grafana dashboard panel queries. The goal is sub-5-minute detection time for any Vercel-related incidents.

