Full Stack Development with JHipster
上QQ阅读APP看书,第一时间看更新

Dropwizard metrics

Dropwizard metrics (http://metrics.dropwizard.io/4.0.0/) is an excellent open source library for measuring the performance of your Java web application. Paired with Spring Boot, this can bring a lot of value by measuring the performance of the REST API, measuring the performance of cache layer and database, and so on. Dropwizard provides handy annotations to mark methods to be monitored. It supports counters, timers, and so on.