From 75a0a4303c313266d34efd5711fe62ed70ce79b3 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Wed, 12 Mar 2014 23:22:47 -0300 Subject: site under construction notice + minor fixes to the landing page --- site/src/jekyll/index.html | 68 ++++++++++++++++++++++++---------------------- 1 file changed, 36 insertions(+), 32 deletions(-) diff --git a/site/src/jekyll/index.html b/site/src/jekyll/index.html index 8b2cba6d..d19e62fd 100644 --- a/site/src/jekyll/index.html +++ b/site/src/jekyll/index.html @@ -3,37 +3,40 @@ layout: default title: Kamon - Tools for Reactive Applications Monitoring --- -
-
-
-
- -
-
-

Kamon

-

Kamon is a set of tools that will help you monitor your reactive applications.

-

Get Started

-
+
+
+
+
+
+ +
+
+

Kamon

+

Kamon is a set of tools that helps you to get metrics out of your reactive applications.

+

Get Started

+
+
+
- - +
+

We need your help! 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 mailing list, + raise a issue on github or just let us know at twitter, + we are here to help! Hopefully next time you come there will be more info here :D.

-
- -

Akka actors metrics and tracing

-

Kamon offers a wide set of metrics related to Akka Toolkit, such as: +

Be prepared to get metrics of:

    -
  • Messages rates
  • -
  • Actor mailbox queue size
  • -
  • Thread pools health
  • -
  • Actor hierarchies
  • -
  • Message Tracing
  • +
  • Message processing times
  • +
  • Time waiting in mailbox
  • +
  • Mailbox sizes
  • +
  • Message flow tracing
  • +
  • Dispatchers health soon

@@ -42,12 +45,11 @@ title: Kamon - Tools for Reactive Applications Monitoring

Spray server/client tracing

-

The Spray module contains a number of directives that allow do things like obtain in each incoming request the UOW, also offers a set of real time metrics in order to know the status of the application, in summary: -

    -
  • Directives
  • -
  • RPM
  • -
  • Request-Response Latency
  • -
  • UOW
  • +

    Kamon already understands when a request starts and ends in a Spray application, you will get: +

      +
    • Processing time for incoming requests
    • +
    • spray-client request metrics
    • +
    • Automatic trace token propagation

    @@ -57,11 +59,13 @@ title: Kamon - Tools for Reactive Applications Monitoring

    NewRelic Reporting

    -

    Through New Relic integration, developers can easily monitor their applications metrics like: +

    If you are using NewRelic, Kamon can get all your metrics there:

      -
    • External Services
    • -
    • Errors Rates
    • -
    • Apdex Score
    • +
    • Web transactions
    • +
    • External services soon
    • +
    • Errors rates
    • +
    • Apdex score
    • +
    • Custom metrics

    -- cgit v1.2.3