From 47ecfa4aa7b64aa0404e8a5154ffa102adfe9602 Mon Sep 17 00:00:00 2001 From: Rodolphe Blancho Date: Mon, 3 Nov 2014 12:20:36 +0100 Subject: [PATCH] fix #1 typos in README changes the key to match the data type. changed the name of the metric to match the data type --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96e2a16..0cb6eca 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,14 @@ fluent_logger.post('statsd', fluent_logger.post('statsd', :statsd_type => 'count', - :statsd_gauge => 10, - :statsd_key => 'org.foo.gauge' + :statsd_count => 10, + :statsd_key => 'org.foo.count' ) fluent_logger.post('statsd', :statsd_type => 'set', - :statsd_gauge => 10, - :statsd_key => 'org.foo.gauge' + :statsd_set => 10, + :statsd_key => 'org.foo.set' ) fluent_logger.post('statsd',