-
Notifications
You must be signed in to change notification settings - Fork 121
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
Showing
3 changed files
with
15 additions
and
2 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
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
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 |
---|---|---|
@@ -1,3 +1,16 @@ | ||
go-carbon (0.8.0) unstable; urgency=low | ||
* Fully refactored and optimizer cache module (core of go-carbon) (thanks | ||
Maxim Ivanov) | ||
* Added noop cache.write-strategy (thanks Maxim Ivanov) | ||
* New optional dump/restore functional for minimize data loss on restart | ||
* Refactored internal stat mechanics. common.graph-prefix and | ||
common.metric-interval now can be changed without restart (on HUP signal) | ||
* Customizable internal metrics endpoint. common.metric-endpoint param. | ||
Valid values: "local" and "" (write directly to whisper), | ||
"tcp://host:port", "udp://host:port" | ||
|
||
-- Roman Lomonosov <[email protected]> Wed, 24 Aug 2016 22:30:00 +0300 | ||
|
||
go-carbon (0.7.3) stable; urgency=low | ||
* Added cache.write-strategy option (values "max" or "sorted") (thanks | ||
Alexander Akulov) | ||
|