aboutsummaryrefslogtreecommitdiff
path: root/site/src/jekyll/index.html
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-03-05 08:04:57 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2014-03-16 23:24:23 -0300
commit34f38dc1cc22b20f007f19a28f8c42c26e034a69 (patch)
tree68b2d31a1b64d4ab0ff7801c1bfacd64577447e8 /site/src/jekyll/index.html
parenta8b465358fac2534f98dcbcac6c076ac98015abc (diff)
downloadKamon-34f38dc1cc22b20f007f19a28f8c42c26e034a69.tar.gz
Kamon-34f38dc1cc22b20f007f19a28f8c42c26e034a69.tar.bz2
Kamon-34f38dc1cc22b20f007f19a28f8c42c26e034a69.zip
basic traces documentation
Diffstat (limited to 'site/src/jekyll/index.html')
-rw-r--r--site/src/jekyll/index.html75
1 files changed, 0 insertions, 75 deletions
diff --git a/site/src/jekyll/index.html b/site/src/jekyll/index.html
deleted file mode 100644
index d19e62fd..00000000
--- a/site/src/jekyll/index.html
+++ /dev/null
@@ -1,75 +0,0 @@
----
-layout: default
-title: Kamon - Tools for Reactive Applications Monitoring
----
-
-<div class="container">
- <div class="jumbotron">
- <div class="container">
- <div class="row">
- <div class="col-sm-3">
- <img class="img-responsive" src="/assets/img/kamon-verde-256x256.png">
- </div>
- <div class="col-sm-7">
- <h1><strong>Kamon</strong></h1>
- <p>Kamon is a set of tools that helps you to get metrics out of your reactive applications.</p>
- <p><a type="button" href="/get-started" class="btn btn-success">Get Started</a></p>
- </div>
- </div>
- </div>
- </div>
-
- <div class="row">
- <p class="alert alert-info"><strong>We need your help!</strong> Our site is under construction, if you came here looking
- for info and couldn't find what you are looking for please drop us a line on the <a href="https://groups.google.com/forum/#!forum/kamon-user">mailing list</a>,
- raise a issue on <a href="https://github.com/kamon-io/Kamon">github</a> or just let us know at <a href="https://twitter.com/kamonteam">twitter</a>,
- we are here to help! Hopefully next time you come there will be more info here :D. </p>
- </div>
- <!-- Example row of columns -->
- <div class="row">
- <div class="col-sm-4">
- <h3><i class="fa fa-users"></i> Akka <small>actors metrics and tracing</small></h3>
-
- <p>Be prepared to get metrics of:
- <ul>
- <li>Message processing times</li>
- <li>Time waiting in mailbox</li>
- <li>Mailbox sizes</li>
- <li>Message flow tracing</li>
- <li>Dispatchers health <span class="label label-info">soon</span></li>
- </ul>
- </p>
-
- <p><a class="btn btn-default btn-sm" href="/akka" role="button">Tell me more &raquo;</a></p>
- </div>
-
- <div class="col-sm-4">
- <h3><i class="fa fa-cogs"></i> Spray <small>server/client tracing</small></h3>
- <p>Kamon already understands when a request starts and ends in a Spray application, you will get:
- <ul>
- <li>Processing time for incoming requests</li>
- <li>spray-client request metrics</li>
- <li>Automatic trace token propagation</li>
- </ul>
- </p>
-
- <p><a class="btn btn-default btn-sm" href="/spray" role="button">Tell me more &raquo;</a></p>
- </div>
-
- <div class="col-sm-4">
- <h3><i class="fa fa-bar-chart-o"></i> NewRelic <small>Reporting</small></h3>
-
- <p>If you are using NewRelic, Kamon can get all your metrics there:
- <ul>
- <li>Web transactions</li>
- <li>External services <span class="label label-info">soon</span></li>
- <li>Errors rates</li>
- <li>Apdex score</li>
- <li>Custom metrics</li>
- </ul>
- </p>
-
- <p><a class="btn btn-default btn-sm" href="/newrelic" role="button">Tell me more &raquo;</a></p>
- </div>
- </div>
-</div>