Hi,
I am trying to understand how we would use this or what you would recommend for our use:
We currently use the Dropwizard Metrics library and a custom reporter to librato hosted metrics. We are looking at switching solutions. Our servers do about 4000 req/s and each request generates 30-50 unique metrics, the metrics library stores aggregates and then pushes every minute for us which works pretty well. Do you guys plan to have a plugin for that library or the micrometer library?
How would you recommend to push metrics to your service (it doesn’t have to be the way we are doing it now) knowing the above.
Thanks!