d

dropwizard-metrics-cloudwatch

This is a CloudWatch Reporter for the stable version of Dropwizard Metrics (formerly CodaHale & Yammer Metrics). The reporter is an implementation of ScheduledReporter from Dropwizard Metrics v3.1. Each reportable value in CodeHale Metric is reported as a separate MetricDatum
https://github.com/azagniotov/codahale-aggregated-metrics-cloudwatch-reporter
MIT
Alexander Zagniotov
Files download
File Operation
dropwizard-metrics-cloudwatch-1.0.0.jar download
dropwizard-metrics-cloudwatch-1.0.0.pom download
dropwizard-metrics-cloudwatch-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.azagniotov</groupId>
  <artifactId>dropwizard-metrics-cloudwatch</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.azagniotov:dropwizard-metrics-cloudwatch:1.0.0'
Gradle Kotlin
implementation("io.github.azagniotov:dropwizard-metrics-cloudwatch:1.0.0")
Scala SBT
libraryDependencies += "io.github.azagniotov" % "dropwizard-metrics-cloudwatch" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.azagniotov', module='dropwizard-metrics-cloudwatch', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.azagniotov" name="dropwizard-metrics-cloudwatch" rev="1.0.0" />
Leiningen
[io.github.azagniotov/dropwizard-metrics-cloudwatch "1.0.0"]
Apache Buildr
'io.github.azagniotov:dropwizard-metrics-cloudwatch:jar:1.0.0'