Skip to content

Conversation

@voho
Copy link
Contributor

@voho voho commented Jun 21, 2022

Fixes #167


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

@ghost ghost changed the title feat(docdb): add monitoring for Document DB feat(documentdb): add monitoring for Document DB Jun 21, 2022
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Add to MonitoringAspect as well?

} from "./DocumentDbMetricFactory";

export interface DocumentDbMonitoringOptions extends BaseMonitoringProps {
readonly addCpuUsageAlarm?: Record<string, UsageThreshold>;
Copy link

Choose a reason for hiding this comment

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

Were you planning on introducing more alarms later, or upon request?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will probably introduce more, just need to check with the client.

Co-authored-by: Eugene Cheung <81188333+echeung-amzn@users.noreply.github.com>
@voho
Copy link
Contributor Author

voho commented Jun 22, 2022

Add to MonitoringAspect as well?

Happy to, since there is this L2 construct. However, I am not sure if there is a way to distinguish different cluster types, e.g. DocDB cluster from RDS cluster. Will check what the exact type of differentiator is.

github-actions and others added 3 commits June 22, 2022 07:06
@ayush987goyal ayush987goyal added the do-not-merge Label to signify Mergify to not auto-merge. Useful for grouping PR merges into a single release. label Jun 24, 2022
Copy link
Contributor

@ayush987goyal ayush987goyal left a comment

Choose a reason for hiding this comment

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

Thanks a lot for making these changes!

@voho
Copy link
Contributor Author

voho commented Jun 24, 2022

Hey folks, thanks for review. Did I miss any change requested? Please let me know :).

@ayush987goyal ayush987goyal requested a review from a user June 25, 2022 01:33
@ghost ghost removed the do-not-merge Label to signify Mergify to not auto-merge. Useful for grouping PR merges into a single release. label Jun 27, 2022
@ghost ghost changed the title feat(documentdb): add monitoring for Document DB feat(docdb): add monitoring for Document DB Jun 27, 2022
@mergify mergify bot merged commit 6195488 into main Jun 27, 2022
@mergify mergify bot deleted the vojta-docdb branch June 27, 2022 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Monitoring support for AWS DocumentDB

2 participants