aboutsummaryrefslogblamecommitdiff
path: root/site/src/jekyll/index.html
blob: 8b2cba6df90a812fe22d27165d6f0116631cd49c (plain) (tree)
1
2
3
4
5
6
7




                                                         

                         










                                                                                             
 

        
      



                                 
                          
                                                                                         
 
                                                                             








                                             
                                                                                                  

          
                          
                                                                                    
                                                                                                                                                                                                                                       






                                             
 
                                                                                                   

          
                          
                                                                                  
 






                                                                                                      
 
                                                                                                      

          
      
---
layout: default
title: Kamon - Tools for Reactive Applications Monitoring
---

<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 will help you monitor 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="container">
  <!-- 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>Kamon offers a wide set of metrics related to Akka Toolkit, such as:
          <ul>
            <li>Messages rates</li>
            <li>Actor mailbox queue size</li>
            <li>Thread pools health</li>
            <li>Actor hierarchies</li>
            <li>Message Tracing</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>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:
	<ul>
	    <li>Directives</li>
            <li>RPM</li>
            <li>Request-Response Latency</li>
            <li>UOW</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>Through New Relic integration, developers can easily monitor their applications metrics like:
        <ul>
            <li>External Services</li>
            <li>Errors Rates</li>
            <li>Apdex Score</li>
        </ul>
      </p>

      <p><a class="btn btn-default btn-sm" href="/newrelic" role="button">Tell me more &raquo;</a></p>
    </div>
  </div>
</div>