Skip to content

feat(cloudwatch): add contributor insights widget #13008

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

muelleme
Copy link
Contributor

This adds a ContributorInsightsWidget to show data from Contributor
Insights rules. This was a feature supported by the console but not the
CDK so far. This closes #13005


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

This adds a ContributorInsightsWidget to show data from Contributor
Insights rules. This was a feature supported by the console but not the
CDK so far. This closes aws#13005
@gitpod-io
Copy link

gitpod-io bot commented Feb 12, 2021

@github-actions github-actions bot added the @aws-cdk/aws-cloudwatch Related to Amazon CloudWatch label Feb 12, 2021
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 70a9d68
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

/**
* Insights rule to display
*/
readonly ruleName: string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is an "insights rule" a resource that is created independently?

In that case, referencing it should follow the same rules as referencing other AWS resources: we don't accept buckets as bucketName: string, we accept bucket as bucket: IBucket.

By that same token, we're probably going to need an IInsightRule and an InsightRule.fromInsightRuleName() to produce one.

You could go as far as completely fill out the L2 for AWS::CloudWatch::InsightRule but I will accept an abstract class that only allows importing existing insight rules as a minimal delta from what we have, to move this PR forward.

@rix0rrr rix0rrr removed their assignment Jun 22, 2021
@rix0rrr rix0rrr added feature-request A feature should be added or improved. p2 and removed @aws-cdk/aws-cloudwatch Related to Amazon CloudWatch labels Mar 4, 2022
@TheRealAmazonKendra
Copy link
Contributor

This PR has been deemed to be abandoned, and will be closed. Please create a new PR for these changes if you think this decision has been made in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. p2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(cloudwatch): contributor insights widget
4 participants