is not current version
Last Version 0.14.3

io.prometheus.cloudwatch:cloudwatch_exporter 0.3

An exporter for AWS CloudWatch metrics, for use with Prometheus.

Categories

Categories

Prometheus Application Testing & Monitoring Monitoring
GroupId

GroupId

io.prometheus.cloudwatch
ArtifactId

ArtifactId

cloudwatch_exporter
Version

Version

0.3
Type

Type

jar

Download cloudwatch_exporter 0.3


<!-- https://jarcasting.com/artifacts/io.prometheus.cloudwatch/cloudwatch_exporter/ -->
<dependency>
    <groupId>io.prometheus.cloudwatch</groupId>
    <artifactId>cloudwatch_exporter</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus.cloudwatch/cloudwatch_exporter/
implementation 'io.prometheus.cloudwatch:cloudwatch_exporter:0.3'
// https://jarcasting.com/artifacts/io.prometheus.cloudwatch/cloudwatch_exporter/
implementation ("io.prometheus.cloudwatch:cloudwatch_exporter:0.3")
'io.prometheus.cloudwatch:cloudwatch_exporter:jar:0.3'
<dependency org="io.prometheus.cloudwatch" name="cloudwatch_exporter" rev="0.3">
  <artifact name="cloudwatch_exporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus.cloudwatch', module='cloudwatch_exporter', version='0.3')
)
libraryDependencies += "io.prometheus.cloudwatch" % "cloudwatch_exporter" % "0.3"
[io.prometheus.cloudwatch/cloudwatch_exporter "0.3"]