I keep track of my applications on New Relic. I have a few lambdas that I would like to monitor. Specifically, the CPU and memory utilization. I can't seem to find where that's located in New Relic. It's not in the ServerlessSample
, SystemSample
, or Metrics
. Does anyone know where it's supposed to be, maybe I have something set up wrong?
Memory can be found in AwsLambdaInvocation, which is where most of the Lambda monitoring lands. Unfortunately, there is currently no way to measure CPU utilization, but feel free to file a feature request. For additional serverless monitoring questions, we’d love to help you out over on our slack (newrelicusers) or you can always reach out to support directly. Thanks!