Skip to content

Commit

Permalink
Merge pull request #6 from go-to-k/go-to-k-patch-1
Browse files Browse the repository at this point in the history
docs: README.md
  • Loading branch information
go-to-k committed Sep 3, 2023
2 parents ee00bcc + 82768d0 commit c8fbb1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ AWS CDK construct library for a CloudWatch Alarm for Elastic Load Balancing that

Metrics for concrete status codes such as 500 are provided (e.g. HTTPCode_ELB_500_Count). Therefore, it is useful to distinguish detection from them.

For more information, please see the following blog page. [here](https://dev.to/aws-builders/cloudwatch-composite-alarm-to-detect-elbs-other-5xx-with-aws-cdk-45pn).

### CloudWatch Composite Alarm

The "ELB Other 5XX Alarm" by this construct uses the [CloudWatch Composite Alarm](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Create_Composite_Alarm.html).
Expand Down Expand Up @@ -43,4 +45,4 @@ new ELBOther5XXAlarm(this, 'ELBOther5XXAlarm', {
threshold: 1,
evaluationPeriods: 1,
});
```
```

0 comments on commit c8fbb1d

Please sign in to comment.