-
Notifications
You must be signed in to change notification settings - Fork 83
feat(docdb): add monitoring for Document DB #174
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
Conversation
ghost
left a comment
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.
Add to MonitoringAspect as well?
| } from "./DocumentDbMetricFactory"; | ||
|
|
||
| export interface DocumentDbMonitoringOptions extends BaseMonitoringProps { | ||
| readonly addCpuUsageAlarm?: Record<string, UsageThreshold>; |
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.
Were you planning on introducing more alarms later, or upon request?
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.
I will probably introduce more, just need to check with the client.
Co-authored-by: Eugene Cheung <81188333+echeung-amzn@users.noreply.github.com>
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. |
Signed-off-by: github-actions <github-actions@github.com>
ayush987goyal
left a comment
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 a lot for making these changes!
|
Hey folks, thanks for review. Did I miss any change requested? Please let me know :). |
Fixes #167
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license