From b9b7eece2b5cbd218881543303ae1c70bfe2e55d Mon Sep 17 00:00:00 2001 From: crypton Date: Mon, 27 Jul 2015 14:23:10 -0700 Subject: [PATCH] Release link updated --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e10193..466f190 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,7 @@ A simple Windows Service that collects [Performance Counters](https://msdn.microsoft.com/en-us/library/windows/desktop/aa373083%28v=vs.85%29.aspx) and reports metrics to a [Graphite](http://graphite.readthedocs.org/en/latest/overview.html) server. -### New in v1.2 ### - - - Simplified counter metric collection cycle. Carbonator will try to connect to the Performance Counter on each timer cycle (useful when certain counters become available and unavailable) - - Same counter metric collection timer will readjust to be within 1s activation time as possible. +See [releases](https://github.com/CryptonZylog/carbonator/releases) for change log/version history. ## Compiling ##