Evaluation metrics for Vercel Flags
Vercel Flags now displays live evaluation metrics on each flag's detail page, charting evaluations per minute over time with version markers to track configuration changes. You can group and filter evaluations by variant, reason, environment, SDK key, client, and more to verify rollout percentages and identify which projects use a flag.
now shows a live evaluation view on each flag's detail page. You can see evaluations per minute charted over time, with each flag version marked in the chart so you can tie evaluation shifts to specific configuration changes.Vercel Flags
You can group and filter evaluations by variant, reason, environment, SDK key, client, and reporting project. Custom clients can set the new property on the client initializer to show up as their own group. This makes it straightforward to confirm rollout percentages match what's being served, separate targeted matches from default fallbacks, and see which projects are using a given flag.clientName
Upgrade to 1.6.0 or later to get started. Metrics appear automatically with no additional configuration.@vercel/flags-core
Learn more in the .evaluation metrics documentation
Source: original entry ↗