diff --git a/src/content/docs/serverless-function-monitoring/aws-lambda-monitoring/ui-data/lambda-metrics.mdx b/src/content/docs/serverless-function-monitoring/aws-lambda-monitoring/ui-data/lambda-metrics.mdx index a60195abac2..2a4cec796f5 100644 --- a/src/content/docs/serverless-function-monitoring/aws-lambda-monitoring/ui-data/lambda-metrics.mdx +++ b/src/content/docs/serverless-function-monitoring/aws-lambda-monitoring/ui-data/lambda-metrics.mdx @@ -4,7 +4,7 @@ metaDescription: Available Lambda metrics in New Relic. freshnessValidatedDate: never --- -## Available/Supported Lambda Metrics in New Relic +The following table lists the available Lambda metrics for your Lambda functions in New Relic: @@ -26,10 +26,20 @@ freshnessValidatedDate: never Performance + + + + + @@ -39,7 +49,37 @@ freshnessValidatedDate: never Latency + + + + + + + + + + + + + + + @@ -51,7 +91,293 @@ freshnessValidatedDate: never - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ Duration - The time it takes for your functions to be executed. + Time taken for a function to be executed.
- Time taken for a function to return a response. + Time taken for a function to return response. +
+ + Throughput + + Number of function invocations per seconds. +
+ + Errors (function) + + Function errors during execution. +
+ + Errors (invocation) + + Invocation errors due to function issues or exceeding cloud provider limits.
The amount of memory used by your functions.
+ + Memory used + + The memory that a function consumed during execution. +
+ + Memory size + + Allocated memory available to the function while executing. +
+ + Out of memory + + Number of times the function runs out of memory. +
+ + Invocations + + Number of times a function was invoked by an event from an AWS service or API call. +
+ + Iterator age + + Age of last record for each batch of records for a stream. Helps determine if a function is taking too much time for processing a batch of data. +
+ + Dead letter errors + + Number of times the Lambda could not send an event to an async function. +
+ Concurrency + + +
+ + Throttles + + Number of times a function was throttled due to concurrency limits. +
+ + Concurrent executions + + Number of concurrent executions over a given time period. +
+ + Unreserved concurrent executions + + This shows the remaining unreserved concurrency, for unreserved functions. +
+ Provisioned concurrency + + +
+ + Provisioned concurrent executions + + Metric related to functions with provisioned concurrency. +
+ + Provisioned concurrency utilization + + Percentage of provisioned concurrency being utilized at a given time. +
+ + Provisioned concurrency spillover invocations + + Number of requests that exceeded provisioned concurrency limit and were not processed. +
+ + Provisioned concurrency reservations + + Provisioned concurrency units reserved. +
+ Function + + +
+ + Last modified + + Last modified time of a function. +
+ + Cold start rate + + Percentage of invocations that were cold started, correlation with services. +
+ + Cold start count + + The number of times a function encountered a cold start. +
+ + Cold start count + + Avg, min, and max time it takes for a function to start after being idle. +
+ + Estimated costs + + Estimated cost of running a function. +
+ + Retries + + Number of times a function was retired because it failed +
+ + Failures + + Number of times a function failed. +
+ + Billed duration + + NThe time of function execution that was billed. +
+ + Billed network bytes + + Total network bytes that a function generated. +
+ + Async events dropped + + The number of events dropped without successfully running the function. +
+ + Async events received + + The number of events received by the function. +
+ + Async event age + + AsyncEventAge is a measure of time between Lambda successfully queuing the event and invoking the function. +
+ + Timeouts + + Amount of execution time for function before it is stopped by the AWS runtime. +