From 6b22bf00630f181dbb23d1b50c04aadd3397cadc Mon Sep 17 00:00:00 2001 From: Tim Steinbach Date: Fri, 25 Apr 2014 21:18:52 -0400 Subject: ! site: reflect max-packet-size change on website example --- site/src/main/jekyll/statsd/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/main/jekyll/statsd/index.md b/site/src/main/jekyll/statsd/index.md index a44550a4..8128626b 100644 --- a/site/src/main/jekyll/statsd/index.md +++ b/site/src/main/jekyll/statsd/index.md @@ -46,8 +46,8 @@ kamon { # kamon.metrics.tick-interval setting. flush-interval = 1 second - # Max packet size in bytes for UDP metrics data sent to StatsD. - max-packet-size = 1024 + # Max packet size for UDP metrics data sent to StatsD. + max-packet-size = 1024 bytes # Subscription patterns used to select which metrics will be pushed to StatsD. Note that first, metrics # collection for your desired entities must be activated under the kamon.metrics.filters settings. -- cgit v1.2.3