License |
License |
---|---|
Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdcom.github.cirrus-up-cloud |
ArtifactId | ArtifactIdcloudwatch-async-batch-metrics-publisher |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBatch Asynchronous publisher of metrics in Cloudwatch
This is a library that can be used to publish metrics in AWS Cloudwatch in batches and
asynchronously.
|
<!-- https://jarcasting.com/artifacts/com.github.cirrus-up-cloud/cloudwatch-async-batch-metrics-publisher/ -->
<dependency>
<groupId>com.github.cirrus-up-cloud</groupId>
<artifactId>cloudwatch-async-batch-metrics-publisher</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cirrus-up-cloud/cloudwatch-async-batch-metrics-publisher/
implementation 'com.github.cirrus-up-cloud:cloudwatch-async-batch-metrics-publisher:1.0.0'
// https://jarcasting.com/artifacts/com.github.cirrus-up-cloud/cloudwatch-async-batch-metrics-publisher/
implementation ("com.github.cirrus-up-cloud:cloudwatch-async-batch-metrics-publisher:1.0.0")
'com.github.cirrus-up-cloud:cloudwatch-async-batch-metrics-publisher:jar:1.0.0'
<dependency org="com.github.cirrus-up-cloud" name="cloudwatch-async-batch-metrics-publisher" rev="1.0.0">
<artifact name="cloudwatch-async-batch-metrics-publisher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cirrus-up-cloud', module='cloudwatch-async-batch-metrics-publisher', version='1.0.0')
)
libraryDependencies += "com.github.cirrus-up-cloud" % "cloudwatch-async-batch-metrics-publisher" % "1.0.0"
[com.github.cirrus-up-cloud/cloudwatch-async-batch-metrics-publisher "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.amazonaws : aws-java-sdk-cloudwatch | jar | 1.11.163 |
org.slf4j : slf4j-api | jar | 1.7.5 |
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
commons-lang : commons-lang | jar | 2.6 |
com.google.guava : guava | jar | 22.0 |
com.google.code.gson : gson | jar | 2.8.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.mockito : mockito-all | jar | 1.9.5 |