ELSEIF
Your brief EB
442 stories from 211 feeds 1248 clusters Refreshed 24 minutes ago next pull 10:42

PLATFORMS Signal 247

Deployments now show billable duration and CPU minutes

Deployments on Vercel now display their billable duration and CPU minutes in the dashboard and API.

WHY IT MATTERS

This update allows users to track their resource usage more accurately, enabling better cost management. Understanding how each build impacts usage can lead to more efficient deployment strategies and cost reductions.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

Billable duration includes both build and post-build time, rounded up to the nearest minute.

02

CPU minutes are calculated by multiplying the billable duration by the number of vCPUs used.

03

Users can access detailed breakdowns through the dashboard, REST API, or command line interface.

THE READ

What the cluster adds up to.

ORIGINAL ANALYSIS

The recent update from Vercel introduces visibility into both billable duration and CPU minutes for deployments. This change allows developers to better understand the cost implications of their builds, which is crucial for managing operational budgets effectively.

The billable duration is a combination of build and post-build time, which is rounded up to the next whole minute. This means that even minor builds could contribute to overall usage costs, which engineers need to monitor to avoid unexpected charges.

By providing this information through the dashboard, vc inspect command, and REST API, Vercel offers flexibility in how users can access their usage data. Developers can choose whichever method suits their workflow, making it easier to integrate this monitoring into existing processes.

The update also requires users to be on version 59.23.1 or later to utilize the CLI functionality for inspecting deployments. This means that teams must ensure they are running the latest version to take full advantage of these new features, which might involve additional overhead for some projects.

This change reflects a growing trend in cloud platforms to provide more granular insights into resource usage. As teams scale their applications, understanding these metrics becomes increasingly important to optimize performance and control costs.

Written by elseif from the cluster below · checked for specifics the sources never contained

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
Vercel Deployments now show billable duration and CPU minutes Open ↗