문제

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 ?

도움이 되었습니까?

해결책

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

다른 팁

I was looking at the Metrics project (i assume is this: http://metrics.codahale.com/) and found that is able to export the metrics to a CSV file, which can be used with many reporting tools including this one: DBxtra, the reason i recommend this one is because is very ad-hoc and you can design and view a report in less than 10 minutes, mostly by doing drag and drop.

If you just want to report periodically on your console you could use:

com.yammer.metrics.reporting.ConsoleReporter.enable(5, TimeUnit.MINUTES)
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top