Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the simplest reporting tool with Yammer Metrics in development environment

We start to integrate yammer metrics in our applications. And i would like to visualize the metrics.

Yammer-metrics have collect process, which could send metrics to Ganglia, or Graphite. But there are a little bit huge to install on my computer.

Do you know some simple reporting tool, with ram storage for example for this usage ?

like image 729
Antoine Avatar asked Dec 05 '12 15:12

Antoine


1 Answers

There is a javascript library that graphs the output of the MetricsServlet: https://github.com/benbertola/metrics-watcher

like image 116
Kevin Avatar answered Sep 26 '22 06:09

Kevin