License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdio.github.azagniotov |
ArtifactId | ArtifactIddropwizard-metrics-cloudwatch |
Last Version | Last Version2.0.8 |
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.azagniotov/dropwizard-metrics-cloudwatch/ -->
<dependency>
<groupId>io.github.azagniotov</groupId>
<artifactId>dropwizard-metrics-cloudwatch</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.azagniotov/dropwizard-metrics-cloudwatch/
implementation 'io.github.azagniotov:dropwizard-metrics-cloudwatch:2.0.8'
// https://jarcasting.com/artifacts/io.github.azagniotov/dropwizard-metrics-cloudwatch/
implementation ("io.github.azagniotov:dropwizard-metrics-cloudwatch:2.0.8")
'io.github.azagniotov:dropwizard-metrics-cloudwatch:jar:2.0.8'
<dependency org="io.github.azagniotov" name="dropwizard-metrics-cloudwatch" rev="2.0.8">
<artifact name="dropwizard-metrics-cloudwatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.azagniotov', module='dropwizard-metrics-cloudwatch', version='2.0.8')
)
libraryDependencies += "io.github.azagniotov" % "dropwizard-metrics-cloudwatch" % "2.0.8"
[io.github.azagniotov/dropwizard-metrics-cloudwatch "2.0.8"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard.metrics : metrics-core | jar | 4.1.8 |
io.dropwizard.metrics : metrics-jvm | jar | 4.1.8 |
software.amazon.awssdk : cloudwatch | jar | 2.13.8 |
org.slf4j : slf4j-api | jar | 1.7.30 |