feat(logs): add metric methods for log group IncomingLogEvents and IncomingBytes#31535
feat(logs): add metric methods for log group IncomingLogEvents and IncomingBytes#31535mergify[bot] merged 10 commits intoaws:mainfrom
Conversation
aws-cdk-automation
left a comment
There was a problem hiding this comment.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.
30e19db to
ea6085c
Compare
c648bf5 to
5191620
Compare
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
GavinZZ
left a comment
There was a problem hiding this comment.
Nice work. Left some comments.
| * - 'IncomingLogEvents': The number of log events ingested into the log group. | ||
| * ``` | ||
| */ | ||
| public metric(_metricName: string, _props?: cloudwatch.MetricOptions): cloudwatch.Metric { |
There was a problem hiding this comment.
| public metric(_metricName: string, _props?: cloudwatch.MetricOptions): cloudwatch.Metric { | |
| public metric(metricName: string, props?: cloudwatch.MetricOptions): cloudwatch.Metric { |
adcd9de to
6a8afda
Compare
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
Issue
Closes #30034
Reason for this change
Description of changes
Description of how you validated changes
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license