is not current version
Last Version 0.14.3

io.prometheus.cloudwatch:cloudwatch_exporter 0.8.0

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.8.0
Type

Type

jar

Download cloudwatch_exporter 0.8.0


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