惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MyScale Blog
MyScale Blog
F
Fortinet All Blogs
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Docker
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
V
Visual Studio Blog
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
L
LangChain Blog
Vercel News
Vercel News
阮一峰的网络日志
阮一峰的网络日志
IT之家
IT之家
P
Proofpoint News Feed
博客园_首页
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
C
Check Point Blog
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog

Netlify Changelog

Gemini 3.5 Flash now available in Agent Runners 4 Nuxt CVEs: what Netlify users need to know Gemini 3.5 Flash now available in AI Gateway Agent Runners workflow improvements Next.js & React security release (May 2026): what to know Block project transfers out of your team Gemini 3.1 Flash-Lite now available in AI Gateway OpenAI GPT-5.5 Instant now available in AI Gateway New `netlify logs` CLI command Deploy to Netlify with Stripe Projects Netlify Database is now generally available OpenAI GPT-5.5 and GPT-5.5 Pro in AI Gateway & Agent Runners Rename an agent run GPT Image 2 now available in AI Gateway New frontend-design skill for Agent Runners Claude Opus 4.7 now available in AI Gateway and Agent Runners Pricing updates for Credit-based plans New sorting and filter controls on the Members page Netlify Database GA coming soon, no new databases for now Deploy logs streaming is now faster Netlify CLI adds prompt-based creation and anonymous deploys Deploy from Codex with the Netlify Plugin Hydrogen with React Router 7 now supported on Netlify Monitor credit usage by day Invoices for Enterprise Available on the Billing Page AI app development on production infrastructure with Netlify Introducing Prompt Templates OpenAI GPT-5.4 Nano and GPT-5.4 Mini in AI Gateway Change your pricing plan Internal Builder Role & Project Access Controls
New Netlify Feature: Function Metrics
Nahrin Jalal · 2024-05-11 · via Netlify Changelog

Function Metrics is now available within the Metrics dropdown in the primary navigation at a site level. This new feature offers an analytics solution designed to help you optimize the performance of your site’s functions.

Function Metrics provide a wealth of insights into the performance, reliability, and utilization of specific functions within applications. Now, developers are no longer reliant on third-party tools for such insights. By analyzing success and error rates, invocation count, and duration, developers can optimize performance, troubleshoot issues, and make data-driven decisions to improve overall application quality and user experience.

Viewing granular data

Function Metrics offers several filter options that allow for a more granular view of data.

  • The branch selection allows tracking data from a specific branch, focusing on the performance of a particular development or feature branch.

  • The function selection monitors invocation and error rates of a specific function within the chosen branch. This granular focus aids in pinpointing issues or performance bottlenecks.

  • The time frame selection defines the time frame for data analysis. View data for the last 24 hours, 7 days, or 30 days, tracking short-term trends or long-term patterns in invocation and error metrics.

Function Metrics also provides an overview of HTTP status codes, helping identify the timing and gives an option to navigate to the Function log.

The Distribution by function table lists all functions along with their invocations, errors, average duration and duration percentiles (P50, P95 and P99) metrics. This data assists in understanding which functions perform well and which ones fail.

Developers now have the ability to delve deeper into errors by accessing the Function log. You can navigate to the Function log in two ways: either by clicking on errors in the “Distribution by function” table or by selecting “Go to logs” from the Invocations graph.

Use cases and benefits

Function Metrics are practical for a variety of use cases:

  • Performance optimization Identify performance bottlenecks by analyzing the average duration, duration percentiles (P50, P95, P99), and error rates of specific functions.

  • Troubleshooting errors Quickly identify and address issues within the application by monitoring errors for specific functions.

  • Prioritize development efforts Allocate resources efficiently by understanding function invocations.

Is this feature available on my pricing plan?

Yes! This feature is now available across all plans, with the Starter plan offering a 7-day data history and Paid plans extending to 30 days.

Additional support and resources:

Visit Netlify Docs