ToolsThe story, in brief

Custom metrics are now supported in Vercel Observability

Vercel adds custom metrics to Observability — now you can emit and analyze your own data alongside built-in dashboards.

Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
New tools for building and creating with AI.AI illustration by KeyNews
The KeyNews take

Why it matters

Vercel Functions developers can now instrument custom business logic (latency, events, KPIs) natively without external observability platforms, tightening the feedback loop between code and operations.

The key facts

11 to know
  1. Custom metrics available via metric() function from @vercel/functions package

  2. Metrics support filtering, grouping, and aggregation via Query builder

  3. Dashboards and Notebooks support custom metric visualization

  4. CLI access via 'vc metrics' command

  5. Billed as observability events on Pro and Enterprise with Observability Plus tier

  6. Auto-attached attributes: deployment source, function region

  7. Metrics queryable through Query builder, Notebooks, and CLI (vc metrics command)

  8. Automatic attributes: source deployment, function region

  9. Billed as observability events

  10. Available on Pro and Enterprise tiers with Observability Plus

  11. Metrics can be filtered, aggregated, and visualized in dashboards

Go to the source

Vercel Blogvercel.com

Publisher excerpt: You can now emit your own metrics directly from your Vercel Functions and analyze them alongside Vercel's built-in observability data. Use the function from the package to record any value you care about, like request latency or business events, and attach attributes to filter and group…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools