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-2.0.8.jar download
dropwizard-metrics-cloudwatch-2.0.8.pom download
dropwizard-metrics-cloudwatch-2.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.azagniotov</groupId>
  <artifactId>dropwizard-metrics-cloudwatch</artifactId>
  <version>2.0.8</version>
</dependency>
Gradle Groovy
implementation 'io.github.azagniotov:dropwizard-metrics-cloudwatch:2.0.8'
Gradle Kotlin
implementation("io.github.azagniotov:dropwizard-metrics-cloudwatch:2.0.8")
Scala SBT
libraryDependencies += "io.github.azagniotov" % "dropwizard-metrics-cloudwatch" % "2.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.azagniotov', module='dropwizard-metrics-cloudwatch', version='2.0.8')
)
Apache Ivy
<dependency org="io.github.azagniotov" name="dropwizard-metrics-cloudwatch" rev="2.0.8" />
Leiningen
[io.github.azagniotov/dropwizard-metrics-cloudwatch "2.0.8"]
Apache Buildr
'io.github.azagniotov:dropwizard-metrics-cloudwatch:jar:2.0.8'