-
Notifications
You must be signed in to change notification settings - Fork 389
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
AWS Integration: Add support for metrics and resource collections #1343
AWS Integration: Add support for metrics and resource collections #1343
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small fix
Fix typo Co-authored-by: May Lee <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding support for these! Could we add cspm_collection_enabled at the same time?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the pr! Left 2 minor comments
Set metrics_collection_enabled to true as a default Co-authored-by: skarimo <[email protected]>
* Add cspm_resource_collection_enabled field * Update docs * Fix acc tests cases
acf589f
to
9da47b9
Compare
Thanks for the pr made a few small changes and pushed up cassettes. Primary change was not checking if the attributes is set or not. The GetOk method does not work well with zero values. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 for docs
Add support metrics and resource collections for
datadog_integration_aws
resourceAdded fields:
resource_collection_enabled
metrics_collection_enabled
cspm_resource_collection_enabled