Silver Light and Blue Sky

C# and Infrastructure. Code is everything.

How to show AWS RDS metrics on NewRelic using C#

I'd like to introduce how to show AWS RDS metrics on NewRelic using C#. There is an Amazon RDS Plugin devloped by Ruby, but I have developed by C# because I want to customize components.

Here is a chat of this plugin. This plugin can show a metric (CPU usage in this case) of several instances.

f:id:tanaka733:20130921202837p:plain

Let's move on to the data structure of sending New Relic API.

Read more