aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-04-02 20:57:50 -0300
committerDiego <diegolparra@gmail.com>2014-04-02 20:57:50 -0300
commit4026aa0269f6aad0bc1acaf837fc51f4f0da504e (patch)
treea36619d1b4f6070627fc11b6d8bb4848367b01cf
parentc118783884f249ced8afa85650ba53fa887a418f (diff)
downloadKamon-4026aa0269f6aad0bc1acaf837fc51f4f0da504e.tar.gz
Kamon-4026aa0269f6aad0bc1acaf837fc51f4f0da504e.tar.bz2
Kamon-4026aa0269f6aad0bc1acaf837fc51f4f0da504e.zip
WIP: statsd doc
-rw-r--r--site/src/main/jekyll/statsd/index.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/site/src/main/jekyll/statsd/index.md b/site/src/main/jekyll/statsd/index.md
index ddc11960..5a9cf0b2 100644
--- a/site/src/main/jekyll/statsd/index.md
+++ b/site/src/main/jekyll/statsd/index.md
@@ -9,4 +9,16 @@ 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
+Request-level metrics are aggregated over a flush interval (default 10 seconds) and pushed to an upstream metrics service.
+
+Getting Started with StatsD
+----------
+If you are not familiar with StatsD, we recommend reading bla bla bla.
+To get started running StatsD in your environment, follow the installation instructions in bla bla bla.
+
+Installing Graphite
+----------
+
+Graphite dashboards(grafana)
+----------
+