aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-04-02 20:38:20 -0300
committerDiego <diegolparra@gmail.com>2014-04-02 20:38:20 -0300
commitf887eb780270c0b7b4972a4aeeab981a34ae93b7 (patch)
tree7403a4f70f99ebe69ed2364533137f169bbd932d
parentdd59c81129d729887e5481a843dbbcabf6bf08b8 (diff)
downloadKamon-f887eb780270c0b7b4972a4aeeab981a34ae93b7.tar.gz
Kamon-f887eb780270c0b7b4972a4aeeab981a34ae93b7.tar.bz2
Kamon-f887eb780270c0b7b4972a4aeeab981a34ae93b7.zip
statsd doc
-rw-r--r--site/src/main/jekyll/statsd/index.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/site/src/main/jekyll/statsd/index.md b/site/src/main/jekyll/statsd/index.md
new file mode 100644
index 00000000..ddc11960
--- /dev/null
+++ b/site/src/main/jekyll/statsd/index.md
@@ -0,0 +1,12 @@
+---
+title: Kamon | StatsD | Documentation
+layout: default
+---
+
+What is StatsD?
+=======
+
+StatsD is a simple network daemon that continuously receives metrics pushed over UDP and periodically sends aggregate metrics to upstream services
+like Graphite. Because it uses UDP, clients (for example, web applications) can ship metrics to it very fast with little to no overhead.
+This means that a user can capture multiple metrics for every request to a web application, even at a rate of thousands of requests per second.
+Request-level metrics are aggregated over a flush interval (default 10 seconds) and pushed to an upstream metrics service. \ No newline at end of file