<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Dropwizard Metrics on Rowanto Luo</title><link>https://log.rowanto.com/categories/dropwizard-metrics/</link><description>Recent content in Dropwizard Metrics on Rowanto Luo</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 10 Jan 2016 23:29:48 +0000</lastBuildDate><atom:link href="https://log.rowanto.com/categories/dropwizard-metrics/index.xml" rel="self" type="application/rss+xml"/><item><title>Spring Boot Actuator + Dropwizard + Cloudwatch</title><link>https://log.rowanto.com/posts/spring-boot-actuator-dropwizard-cloudwatch/</link><pubDate>Sun, 10 Jan 2016 23:29:48 +0000</pubDate><guid>https://log.rowanto.com/posts/spring-boot-actuator-dropwizard-cloudwatch/</guid><description>
&lt;p&gt;Exporting spring boot metrics to cloudwatch may not be that straightforward. Since I&amp;rsquo;ve done that for my project, I will show how we can do it easily with the help of a couple of libraries.&lt;/p&gt;
&lt;p&gt;First, spring boot is using its own metrics mechanism. The first step to do that is to swap it with dropwizard&amp;rsquo;s metrics library which is more powerful and has more feature. Thankfully, the actuator has complete support for the library from what it&amp;rsquo;s written in the &lt;a href="https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-metrics.html#production-ready-dropwizard-metrics"&gt;documentation&lt;/a&gt;. Spring will just swap its interface to use the implementation which wraps the dropwizard metrics.&lt;/p&gt;</description></item></channel></rss>