monitoringartist / grafana-aws-cloudwatch-dashboards

:cloud: 40+ Grafana dashboards for AWS CloudWatch metrics: EC2, Lambda, S3, ELB, EMR, EBS, SNS, SES, SQS, RDS, EFS, ElastiCache, Billing, API Gateway, VPN, Step Functions, Route 53, CodeBuild, ...
https://grafana.com/orgs/monitoringartist/dashboards
GNU General Public License v3.0
2.05k stars 790 forks source link

Multiple Lambda metrics not working with this code - aws-lambda/aws-lambda.json #130

Closed yashaswi90 closed 12 months ago

yashaswi90 commented 12 months ago

The code that you mentioned in the aws-lambda is not working if we have more than one lambda, Could you please let me know is there anything else that I need to do in your code. aws-lambda/aws-lambda.json

jangaraj commented 12 months ago

What is not working? There is dashboard variable, where you select which Lambda do you want to visualise when you have more than one Lambda: obrázok

yashaswi90 commented 12 months ago

Could you please provide sample like where you are saying I have provided both the lambda function name in the options field. Is there any other place where we need to configure for multiple lambda, as with the existing code it is not showing multiple lambda in the dropdown.

jangaraj commented 12 months ago

You don't need to edit dashboard - Lambda names are discovered from your real CloudWatch data. Of course Grafana must have proper permissions to access CW metrics. So I really don't understand what is wrong. You didn't provide reproducible example.

yashaswi90 commented 12 months ago

You don't need to edit dashboard - Lambda names are discovered from your real CloudWatch data. Of course Grafana must have proper permissions to access CW metrics. So I really don't understand what is wrong. You didn't provide reproducible example.

Ok , Got it. Thanks . Closing this ticket.