From c3612552aa8b8a2fe9e9671383c8cffa4fd9e7a8 Mon Sep 17 00:00:00 2001 From: Daniel Schauenberg Date: Fri, 29 Jun 2012 10:31:46 -0400 Subject: [PATCH] explain metrics batch send in the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f543402..0efa612 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,9 @@ StatsD now also supports gauges, arbitrary values, which can be recorded. gaugor:333|g +All metrics can also be batch send in a single UDP packet, separated by a +newline character. + Debugging ---------