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

StackOverflow https://stackoverflow.com/questions/13726787

  •  05-12-2021
  •  | 
  •  

Вопрос

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