AWS Lambda Monitoring
Starter
Professional
Bleemeo collects metrics for AWS Lambda functions via CloudWatch. Metrics are updated every 5 minutes with 1 minute data resolution.
Metrics
Section titled “Metrics”| Metric | Description |
|---|---|
lambda_invocations | Number of function invocations |
lambda_errors | Number of invocations that resulted in an error |
lambda_success_rate | Percentage of successful invocations |
lambda_duration | Average function execution duration in milliseconds |
lambda_duration_p90 | 90th percentile execution duration in milliseconds |
lambda_throttles | Number of invocations throttled due to concurrency limits |
lambda_concurrent_executions | Peak number of concurrent executions |
lambda_async_events_received | Number of async events queued for processing |
lambda_async_event_age | Average age of async events in the queue in milliseconds |
lambda_async_events_dropped | Number of async events dropped after exhausting retries |
IAM Permissions
Section titled “IAM Permissions”{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "cloudwatch:GetMetricStatistics", "ec2:DescribeRegions", "lambda:ListFunctions" ], "Resource": "*" } ]}See Also
Section titled “See Also”- Configuration — set up AWS credentials