OPI Blog
Learn from experts in their fields

Browsing Tags: dropwizard

Intelligent microservice metrics with Spring Boot and Statsd
I’ve often heard the phrase “you can’t improve what you can’t measure.” When developing high-performance systems, this is especially true. Such systems typically have strict non functional requirements, such as requests/second and response time. When ...
Guicing up Dropwizard
Dropwizard is a lightweight RESTful web service framework built by Yammer. It incorporates a collection of mature Java libraries including Jetty, Jersey, Jackson, and Metrics to provide performant and reliable production-ready services. At my current ...