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

Fix AWS Inspector and Kinesis imports in dashboards.libsonnet #110

Closed maxbrunet closed 2 years ago

maxbrunet commented 2 years ago

Can be detected with:

$ jsonnet-lint dashboards.libsonnet
dashboards.libsonnet:23:28-66 couldn't open import "aws-events/aws-inspector.json": no match locally or in the Jsonnet library paths

    'aws-inspector.json': (import 'aws-events/aws-inspector.json'),

dashboards.libsonnet:24:26-62 couldn't open import "aws-lambda/aws-kinesis.json": no match locally or in the Jsonnet library paths

    'aws-kinesis.json': (import 'aws-lambda/aws-kinesis.json'),

Problems found!

And tested with jsonnet --exec '(import "dashboards.libsonnet").grafanaDashboards'

jangaraj commented 2 years ago

Thank you Maxime 👍