Managed Instances Lambda Functions
The following metrics are available as time series aggregated data in CloudWatch Metrics
in the LambdaInsights namespace for Lambda functions running on Managed Instances.
| Metric name | Dimensions | Description |
|---|---|---|
|
|
function_name function_name, version |
The average CPU measured as a percentage of the vCPUs allocated to the execution environment. Unit: Percent |
|
|
function_name function_name, version |
The maximum CPU measured as a percentage of the vCPUs allocated to the execution environment. This is sampled at 1 second intervals. Unit: Percent |
|
|
function_name function_name, version |
Sum of Unit: Milliseconds |
|
|
function_name function_name, version |
The average memory measured as a percentage of the memory allocated to the execution environment. Unit: Percent |
|
|
function_name function_name, version |
The maximum memory measured as a percentage of the memory allocated to the execution environment. This is sampled at 50ms intervals. Unit: Percent |
|
|
function_name function_name, version |
The measured memory of the function's execution environment. Unit: Megabytes |
|
|
function_name function_name, version |
The number of bytes received by the function. Unit: Bytes |
|
|
function_name function_name, version |
The amount of space available in the Unit: Bytes |
|
|
function_name function_name, version |
The amount of space used in the Unit: Bytes |
|
|
function_name function_name, version |
The number of bytes sent by the function. Unit: Bytes |
|
|
function_name function_name, version |
The amount of memory allocated to your Lambda function. This is the same as your function's memory size. Unit: Megabytes |
|
|
function_name function_name, version |
Sum of Unit: Bytes |
|
|
function_name function_name, version |
The measured memory of the function sandbox. Unit: Megabytes |
The following metrics can be found in the embedded metric format log entries by using CloudWatch Logs Insights. For more information about CloudWatch Logs Insights, see Analyzing Log Data with CloudWatch Logs Insights.
For more information about embedded metric format, see Embedding metrics within logs.
| Metric name | Description |
|---|---|
|
|
Indicating if this log event is for a function running on Lambda managed instances or not. If this field is present in the log event, it can have only one value - Unit: String |
|
|
The current version of the Lambda Insights extension agent running on the Lambda function. Unit: String |
|
|
The average CPU measured as a percentage of the vCPUs allocated to the execution environment. Unit: Percent |
|
|
The maximum CPU measured as a percentage of the vCPUs allocated to the execution environment. This is sampled at 1 second intervals. Unit: Percent |
|
|
The amount of time the CPU spent executing user code. Unit: Milliseconds |
|
|
The amount of time the CPU spent executing kernel code. Unit: Milliseconds |
|
|
Sum of Unit: Milliseconds |
|
|
File descriptors currently in use. Unit: Count |
|
|
Maximum file descriptors available for use. Unit: Count |
|
|
Boolean value indicating if a new execution environment was spun up for this function. Unit: Boolean |
|
|
The Lambda function's version for which the other metrics were collected. Unit: Count |
|
|
Maximum memory consumed by the Lambda Insights extension agent. Unit: Bytes |
|
|
Average memory consumed by the Lambda Insights extension agent. Unit: Bytes |
|
|
The average memory measured as a percentage of the memory allocated to the execution environment. Unit: Percent |
|
|
The maximum memory measured as a percentage of the memory allocated to the execution environment. This is sampled at 50ms intervals. Unit: Percent |
|
|
The measured memory of the function's execution environment. Unit: Megabytes |
|
|
The number of bytes received by the function. Unit: Bytes |
|
|
The number of bytes sent by the function. Unit: Bytes |
|
|
The number of threads in use by the function process. As a function author, you don't control the initial number of threads created by the runtime. Unit: Count |
|
|
The amount of space available in the Unit: Bytes |
|
|
The amount of space used in the Unit: Bytes |
|
|
The amount of space available in the Unit: Bytes |
|
|
The amount of memory allocated to your Lambda function. This is the same as your function's memory size. Unit: Megabytes |
|
|
Sum of Unit: Bytes |