License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdio.github.mmccuiston |
ArtifactId | ArtifactIddropwizard-metrics-cloudwatch |
Last Version | Last Version1.0.14 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncodahale-aggregated-metrics-cloudwatch-reporter
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
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/io.github.mmccuiston/dropwizard-metrics-cloudwatch/ -->
<dependency>
<groupId>io.github.mmccuiston</groupId>
<artifactId>dropwizard-metrics-cloudwatch</artifactId>
<version>1.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mmccuiston/dropwizard-metrics-cloudwatch/
implementation 'io.github.mmccuiston:dropwizard-metrics-cloudwatch:1.0.14'
// https://jarcasting.com/artifacts/io.github.mmccuiston/dropwizard-metrics-cloudwatch/
implementation ("io.github.mmccuiston:dropwizard-metrics-cloudwatch:1.0.14")
'io.github.mmccuiston:dropwizard-metrics-cloudwatch:jar:1.0.14'
<dependency org="io.github.mmccuiston" name="dropwizard-metrics-cloudwatch" rev="1.0.14">
<artifact name="dropwizard-metrics-cloudwatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mmccuiston', module='dropwizard-metrics-cloudwatch', version='1.0.14')
)
libraryDependencies += "io.github.mmccuiston" % "dropwizard-metrics-cloudwatch" % "1.0.14"
[io.github.mmccuiston/dropwizard-metrics-cloudwatch "1.0.14"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard.metrics : metrics-core | jar | 4.1.0 |
io.dropwizard.metrics : metrics-jvm | jar | 4.1.0 |
software.amazon.awssdk : cloudwatch | jar | 2.7.19 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 1.10.19 |
junit : junit | jar | 4.12 |
com.google.truth : truth | jar | 0.32 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |