chore(elasticloadbalancingv2): specific 5XX CloudWatch metrics for ALB#30659
chore(elasticloadbalancingv2): specific 5XX CloudWatch metrics for ALB#30659mergify[bot] merged 6 commits intoaws:mainfrom
Conversation
There was a problem hiding this comment.
Thanks for adding these @sakurai-ryo! Could you add some test cases as well?
|
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). |
…d-http-code-elb
|
@paulhcsun |
paulhcsun
left a comment
There was a problem hiding this comment.
Nice work, thanks @sakurai-ryo!
And thanks for the review @go-to-k!
|
@Mergifyio update |
❌ Mergify doesn't have permission to updateDetailsFor security reasons, Mergify can't update this pull request. Try updating locally. |
|
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). |
|
@Mergifyio update |
☑️ Nothing to doDetails
|
|
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). |
|
@Mergifyio update |
❌ Mergify doesn't have permission to updateDetailsFor security reasons, Mergify can't update this pull request. Try updating locally. |
|
@Mergifyio update |
☑️ Nothing to doDetails
|
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. |
Reason for this change
ALB supports metrics for specific load balancer generated 5XX level error metrics.
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-cloudwatch-metrics.html
However, they are currently not included in
HttpCodeElb, so themetrics.httpCodeElbmethod is not available andmetrics.custommust be used.Adding the metric names to
HttpCodeElbmakes it easier to understand as it can be configured in the same way asHTTPCode_ELB_5XX_Count.Description of changes
Add metrics names to
HttpCodeElb.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