jar

com.github.cirrus-up-cloud : cloudwatch-async-batch-metrics-publisher

Maven & Gradle

Sep 04, 2018

Batch Asynchronous publisher of metrics in Cloudwatch · This is a library that can be used to publish metrics in AWS Cloudwatch in batches and asynchronously.

Table Of Contents

Latest Version

Download com.github.cirrus-up-cloud : cloudwatch-async-batch-metrics-publisher JAR file - Latest Versions:

All Versions

Download com.github.cirrus-up-cloud : cloudwatch-async-batch-metrics-publisher JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cloudwatch-async-batch-metrics-publisher-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.cirrustech.metric

├─ com.cirrustech.metric.AWSCloudWatchMetric.class - [JAR]

├─ com.cirrustech.metric.Metric.class - [JAR]

├─ com.cirrustech.metric.NoOpMetric.class - [JAR]

com.cirrustech.publisher.callable

├─ com.cirrustech.publisher.callable.QueueBasedCallable.class - [JAR]

com.cirrustech.metric.factory

├─ com.cirrustech.metric.factory.AWSCloudWatchMetricsFactory.class - [JAR]

├─ com.cirrustech.metric.factory.MetricsFactory.class - [JAR]

com.cirrustech.publisher

├─ com.cirrustech.publisher.MetricsPublisher.class - [JAR]

├─ com.cirrustech.publisher.QueueBasedMetricsPublisher.class - [JAR]