Build Status

Tested against dropwizard: 0.7.1 & 0.8.1 & 0.9.1

dropwizard-metrics-cloudwatch

Dropwizard Metrics plugin for reporting to AWS CloudWatch.

Add Dependency

Find the latest release at maven central http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22dropwizard-metrics-cloudwatch%22

Builds upon the the great work from blacklocus/metrics-cloudwatch

Using

Add to your configuration yaml file:

metrics:
  reporters:
    - type: cloudwatch
      namespace: some_namespace
      globalDimensions:
        - env=dev  # for example
      awsSecretKey: <optional>
      awsAccessKeyId: <optional>
      awsRegion: <optional: region name to use for cloudwatch reporting>

LICENSE

Apache License, Version 2.0