You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "vercel-plugin",
3
-
"version": "0.42.0",
3
+
"version": "0.42.1",
4
4
"description": "Comprehensive Vercel ecosystem plugin — relational knowledge graph, skills for every major product, specialized agents, and Vercel conventions. Turns any AI agent into a Vercel expert.",
> **Upgrade path:** When ready for centralized observability, upgrade to Pro and configure drains at `https://vercel.com/dashboard/{team}/~/settings/log-drains` or via REST API. The drain setup is typically < 5 minutes.
179
180
@@ -183,7 +184,8 @@ If drains are unavailable (Hobby plan or not yet configured), use these alternat
| Business event tracking | Web Analytics custom events | Track conversions, feature usage |
186
-
| Core Web Vitals monitoring | Speed Insights | Real user data per route |
187
+
| Core Web Vitals monitoring | Speed Insights + `vercel metrics vercel.speed_insights_metric.lcp -a p75 --group-by route --since 7d`| Real user data per route |
188
+
| Query platform metrics |`vercel metrics` / `vc metrics`| Function invocations, request counts, AI Gateway spend, Speed Insights, grouped by schema dimensions |
> **Upgrade path:** When ready for centralized observability, upgrade to Pro and configure drains at `https://vercel.com/dashboard/{team}/~/settings/log-drains`or via REST API. The drain setup is typically < 5 minutes.
179
180
@@ -183,7 +184,8 @@ If drains are unavailable (Hobby plan or not yet configured), use these alternat
| Business event tracking | Web Analytics custom events | Track conversions, feature usage |
186
-
| Core Web Vitals monitoring | Speed Insights | Real user data per route |
187
+
| Core Web Vitals monitoring | Speed Insights + `vercel metrics vercel.speed_insights_metric.lcp -a p75 --group-by route --since 7d`| Real user data per route |
188
+
| Query platform metrics |`vercel metrics` / `vc metrics`| Function invocations, request counts, AI Gateway spend, Speed Insights, grouped by schema dimensions |
Copy file name to clipboardExpand all lines: skills/vercel-cli/SKILL.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: vercel-cli
3
-
description: Vercel CLI expert guidance. Use when deploying, managing environment variables, linking projects, viewing logs, managing domains, or interacting with the Vercel platform from the command line.
3
+
description: Vercel CLI expert guidance. Use when deploying, managing environment variables, linking projects, viewing logs, querying metrics, managing domains, or interacting with the Vercel platform from the command line.
Copy file name to clipboardExpand all lines: skills/vercel-cli/overlay.yaml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: vercel-cli
2
-
description: Vercel CLI expert guidance. Use when deploying, managing environment variables, linking projects, viewing logs, managing domains, or interacting with the Vercel platform from the command line.
2
+
description: Vercel CLI expert guidance. Use when deploying, managing environment variables, linking projects, viewing logs, querying metrics, managing domains, or interacting with the Vercel platform from the command line.
0 commit comments