-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#185 Added ScheduledCloudwatch to HostsListener
- Loading branch information
1 parent
79be026
commit bd4c8bd
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,14 +54,6 @@ | |
* @author Yegor Bugayenko ([email protected]) | ||
* @version $Id$ | ||
* @since 0.0.1 | ||
* @todo #173 Due to the large cost of having very many small CloudWatch | ||
* requests, we changed the implementation of DefaultResource so that it now | ||
* retains information to a local H2 database instead of directly making | ||
* CloudWatch API requests. However, we still don't have a way to post it to | ||
* CloudWatch. Let's create a way to do this, such as a cron job that runs | ||
* every hour. It should post aggregated traffic metrics to Amazon CloudWatch | ||
* per domain, and also perform cleanup of old data after it manages to post | ||
* the information. | ||
*/ | ||
@EqualsAndHashCode(of = { "bucket", "key", "range" }) | ||
@Loggable(Loggable.DEBUG) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters