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