Adding dropwizard metrics to the prometheus metrics is very simple with a few lines of code.
Continue readingTag: Dropwizard
Integrating Spring Framework in Dropwizard
A very simple way to integrate Spring DI instead of GUICE in a Dropwizard application. Then the application is able to use any other Spring Framework/Springboot technology, and at the same time take advantage of some of the dropwizard features like HealthChecks, Metrics, and more.
Continue reading