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

Spurious dimension in Cognito dashboard #121

Closed neueda-randerson closed 1 year ago

neueda-randerson commented 1 year ago

The Cognito definition has a random API dimension in the userpoolclient variable - until removed userpoolclients are not populated correctly.

Line 950 and 957 currently have :

"dimension_values($region,AWS/ApiGateway,Count,Stage, {\"ApiName\": \"$apiname\"})\ndimension_values($region,AWS/Cognito,SignInSuccesses,UserPoolClient,{\"UserPool\": \"$userpool\"})",

and should be:

"dimension_values($region,AWS/Cognito,SignInSuccesses,UserPoolClient,{\"UserPool\": \"$userpool\"})",

jangaraj commented 1 year ago

Thank you for the report. Could you create a pull request to fix it, please? I'm happy to merge it.

jangaraj commented 1 year ago

Fixed by PR #122