mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
24 lines
879 B
Markdown
24 lines
879 B
Markdown
<!--
|
|
title: Serverless Dashboard - Metrics
|
|
menuText: Metrics
|
|
layout: Doc
|
|
-->
|
|
|
|
<!-- DOCS-SITE-LINK:START automatically generated -->
|
|
|
|
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/dashboard/monitoring/metrics/)
|
|
|
|
<!-- DOCS-SITE-LINK:END -->
|
|
|
|
# Metrics
|
|
|
|
As part of the Serverless Insights feature we also include a set of pre-configured metrics and charts, including the following:
|
|
|
|
## Errors and Invocations
|
|
|
|
The errors and invociations chart shows error count trends and the aggregate number of invocations for a particular service for a selected time period. Click into any bar on the chart to see function specific metrics.
|
|
|
|
## Durations
|
|
|
|
The durations chart shows the aggregate duration times for all functions in a particular Service for a selected time period. Click into any point on the chart to see function specific metrics.
|