aws-lambdamonitoringamazon-cloudwatch-metrics

Lambda CloudWatch Metric results are empty


I want to monitor my lambda function. I am able to see CloudWatch logs from Logs menu but I want to see monitoring results from Lambda console. When I click on the monitoring tab all the graphs are empty and it says that "No data available". What should I do to be able to see CloudWatch metric results?

enter image description here


Solution

  • Workaround:

    1. Go to Lambda page
    2. Press "Qualifiers" button to open menu.
    3. Instead Unqualified, select the specific alias you want to look at.
    4. Go to Monitoring tab

    Now the graphs should be there.

    Direct link: https://eu-west-1.console.aws.amazon.com/lambda/home?region=eu-west-1#/functions/myLambdaFunctionName/aliases/myLambdaFunctionAlias?tab=monitoring