-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ariane van der Steldt
committed
Sep 17, 2016
1 parent
c0d9140
commit 7663d1c
Showing
1 changed file
with
24 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Change log | ||
==== | ||
|
||
monsoon-2.1 | ||
---- | ||
|
||
Features: | ||
- New component: Remote History server. | ||
**Note**: protocol is not entirely stable and may change in the future. | ||
- Implemented Sun RPC history protocol. | ||
- Aggregated queries now accept a time specification. | ||
Example: ``percentile_agg[1h](75, monsoon timing.'collectors')`` | ||
- Step-size based iterations use Interpolation to fill in missing values. | ||
- Collectors now use a builder pattern, so new collectors won't need parser changes. | ||
|
||
Bug fixes: | ||
- Rate query now correctly interpolates values for previous scrape. | ||
- Pipeline builders now work correctly, if supplied with API server. | ||
- Work around spontaneous reactor shutdown in URL collectors. | ||
|
||
monsoon-2.0 | ||
---- | ||
|
||
- Opensourced monsoon! |