Skip to content

Commit

Permalink
aha
Browse files Browse the repository at this point in the history
  • Loading branch information
enghwa committed Jul 9, 2019
1 parent 187e15f commit b0701cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ http sprin-sprin-????????????.ap-southeast-1.elb.amazonaws.com/api/notes
### Cloudwatch Dashboard
Pretty graph on Spring boot task cpu/memory, req/s, response time and a custom metric..

### Cloudwatch log insight sample query - select the ECS task log group (tips: use Cloudformation console to find the task log group name)
```
fields @timestamp, @message
|filter @message like /JVM running for/
| sort @timestamp desc
```
### Custom metric autoscaling
Trigger custom metric autoscaling:
```
Expand Down

0 comments on commit b0701cb

Please sign in to comment.