aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/src/main/jekyll/statsd/index.md4
1 files 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.