AWS Lambda metrics and dimensions for Splunk Observability Cloud π
The Splunk Lambda Extension of the Splunk OpenTelemetry Lambda Layer collects high-resolution, low-latency metrics each time the AWS Lambda function runs, including cold start, invocation count, function lifetime, and termination condition.
AWS Lambda metrics π
The following table contains all the metrics reported by the Splunk Lambda Extension:
Metric name |
Type |
Description |
---|---|---|
|
Counter |
Number of Lambda function calls. |
|
Counter |
Number of function cold starts. |
|
Gauge |
Time spent between the start of the extension and the first Lambda invocation, in milliseconds. |
|
Counter |
Number of function shutdowns. |
|
Gauge |
Lifetime of the function, in milliseconds. The lifetime of the function might span multiple Lambda invocations. |
AWS Lambda dimensions π
The following table contains all the dimensions reported by the Splunk Lambda Extension:
Dimension name |
Description |
---|---|
|
AWS unique ID. Used to correlate metrics with AWS tags. |
|
Amazon Resource Name (ARN) of the Lambda function instance. |
|
The AWS Region. |
|
The AWS Account ID. |
|
The name of the Lambda function. |
|
The version of the Lambda function. |
|
AWS function version qualifier. Can be version or version alias. Available only for invocations. |
|
The AWS Lambda execution environment. |
|
Reason for the shutdown. Available only for the |