Custom Metrics Now Supported in Vercel Observability

Vercel Observability now supports custom metrics, enabling developers to emit their own data directly from Vercel Functions. Users can utilize the `metric()` function from the `@vercel/functions` package to record values like request latency or business events, along with custom attributes for filtering.

Source: Vercel