Skip to content

Commit

Permalink
Create changelog.
Browse files Browse the repository at this point in the history
  • 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.
24 changes: 24 additions & 0 deletions CHANGELOG.md
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!

0 comments on commit 7663d1c

Please sign in to comment.