docs/sf/guides/dashboard/monitoring/metrics.md
Metrics is a Serverless Dashboard feature which enables viewing metrics across AWS Accounts and Lambda functions.
To get started you need to add an AWS Account integration.
Once instrumentation is enabled, go to the Metrics page to view all of your AWS Lambda function metrics including durations, invocations, and event counts.
Currently Metrics are supported on the Node.js 12+ and Python 3.8+ runtimes on AWS Lambda only. Support for other runtimes is coming soon.
Metrics are automatically aggregated on the charts over an interval as small as 1 minute, and as large as 1 day, depending on the time interval you select. As such, the metrics are only available in aggregate, not as individual data points.
The metrics page features a number of charts, including Invocations, Uncaught Errors, and more. The title of each chart provides a tooltip with a detailed description of the metric.
You can also hover over individual bars to get a detailed breakdown of the metrics for that point in time.
Majority of the charts are interactive. You can click on the chart, which will send you to the Trace Explorer to view the full chart and individual traces which meat the same filter criteria.
From the title, you can select to create a new custom view of the Metrics. All the filters will be saved with that view. This enables you to create views for specific use cases. When filters are updated, they are saved in the view.
Applying filters to the metrics view allows you to narrow in on specific functions, or use cases that are of interest to you. Filters can be saved as a shared views to collaborate with team mates on specific searches.