Custom metrics are now supported in Vercel Observability
You can now emit your own metrics directly from your Vercel Functions and analyze them alongside Vercel's built-in observability data. Use the metric() function from the @vercel/functions package to r…
Added 2
- Emit custom metrics directly from Vercel Functions using the metric() function from the @vercel/functions package
- Analyze custom metrics alongside Vercel's built-in observability data