This dashboard provides an interface to view and analyze metrics from your Amazon Lambda.
| Metric visualization | Metric name | Description |
|---|---|---|
| Total Function Invocations | aws_lambda_invocations_sum | Total number of times that your function code is invoked, including successful invocations and invocations that result in a function error. |
| Total Function Errors | aws_lambda_errors_sum | The number of invocations that result in a function error. |
| Total Function Throttles | aws_lambda_throttles_sum | The number of invocation requests that are throttled. |
| Function Error Rate | aws_lambda_errors_sum, aws_lambda_invocations_sum | The number of invocations that result in a function error versus the total invocations count. |
| Most Invoked Functions | aws_lambda_invocations_sum | The number of times that your function code is invoked the most, including successful invocations and invocations that result in a function error. |
| Invocation Stats | ||
| Function Invocations Over Time | aws_lambda_invocations_sum | The number of times that your function code is invoked over time, including successful invocations and invocations that result in a function error. |
| Function Throttles Over Time | aws_lambda_throttles_sum | The number of invocation requests that are throttled over time. |
| Function Errors Over Time | aws_lambda_errors_sum | The number of invocations that result in a function error over time. |
| Execution Duration | aws_lambda_duration_maximum, aws_lambda_duration_average | The amount of time that your function code spends processing an event. |
| Concurrent Executions | aws_lambda_concurrent_executions_sum | The number of function instances that are processing events. |