-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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-logs): Add metric methods for log group IncomingLogEvents and IncomingBytes #30034
(aws-logs): Add metric methods for log group IncomingLogEvents and IncomingBytes #30034
Comments
Perhaps needs to be implemented using guideline at https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md#metrics. @yattoni Thanks for submitting feature request. Feel free to contribute a PR which could be reviewed by the team. Thanks, |
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
Describe the feature
Add metric methods for log group IncomingLogEvents and IncomingBytes, similar to existing metric methods like metricInvocations on Lambda functions.
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Monitoring-CloudWatch-Metrics.html
Use Case
Create alarms on log ingestion to ensure it is working.
Proposed Solution
Create
metricIncomingLogEvents
andmetricIncomingBytes
and maybe a genericmetric
methods on the LogGroup class similar to other resources with metric* methods.Other Information
No response
Acknowledgements
CDK version used
2.139.1
Environment details (OS name and version, etc.)
Amazon Linux 2
The text was updated successfully, but these errors were encountered: