Skip to content

Releases: prometheus/cloudwatch_exporter

0.15.5 / 2023-12-06

06 Dec 11:57
9e21c87
Compare
Choose a tag to compare

What's Changed

  • Bump software.amazon.awssdk.version from 2.20.76 to 2.20.86 by @dependabot in #555
  • Bump maven-release-plugin from 3.0.0 to 3.0.1 by @dependabot in #554
  • Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #553
  • add DMS metrics example by @yonahd in #564
  • Bump software.amazon.awssdk.version from 2.20.86 to 2.20.148 by @dependabot in #579
  • Bump org.slf4j:slf4j-jdk14 from 2.0.7 to 2.0.9 by @dependabot in #578
  • Bump actions/checkout from 3 to 4 by @dependabot in #576
  • Bump org.eclipse.jetty:jetty-servlet from 11.0.15 to 11.0.16 by @dependabot in #573
  • Bump org.mockito:mockito-core from 5.3.1 to 5.5.0 by @dependabot in #569
  • Bump commons-codec from 1.15 to 1.16.0 by @dependabot in #557
  • ✨ Enabled backup metrics by @afreyermuth98 in #581
  • add SES example by @mipmip in #582
  • Bump com.spotify.fmt:fmt-maven-plugin from 2.20 to 2.21.1 by @dependabot in #585
  • Bump software.amazon.awssdk.version from 2.20.148 to 2.20.156 by @dependabot in #583
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #584
  • Bump actions/setup-java from 3 to 4 by @dependabot in #612
  • Bump software.amazon.awssdk.version from 2.20.156 to 2.21.36 by @dependabot in #611
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2 by @dependabot in #606
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot in #605
  • Bump org.eclipse.jetty:jetty-servlet from 11.0.16 to 11.0.18 by @dependabot in #602
  • Bump org.mockito:mockito-core from 5.5.0 to 5.7.0 by @dependabot in #601
  • Bump advanced-security/maven-dependency-submission-action from 3.0.2 to 3.0.3 by @dependabot in #595

New Contributors

Full Changelog: v0.15.4...v0.15.5

0.15.4 / 2023-06-02

02 Jun 09:49
af4e8ae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.3...v0.15.4

0.15.3 / 2023-03-08

08 Mar 17:19
eb9f513
Compare
Choose a tag to compare

This is a maintenance release, updating all sorts of dependencies to clear security issues. The configuration YAML is now loaded more safely.

What's Changed

Full Changelog: v0.15.2...v0.15.3

0.15.2 / 2023-02-10

10 Feb 10:58
93498ea
Compare
Choose a tag to compare

This release corrects the measurement of cloudwatch_metrics_requested_total if the use_get_metric_data option is enabled. AWS still bills per metric requested, despite the batching enabled by this option. Counting the metrics requested, rather than the metric API requests, reflects the expected costs more closely.

What's Changed

New Contributors

Full Changelog: v0.15.1...v0.15.2

0.15.1 / 2022-10-25

25 Oct 08:30
e51a783
Compare
Choose a tag to compare

What's Changed

This release disables the "ignoring metric due to dimensions mismatch" log message that was introduced in 0.14.3 by default. Adding it revealed several use cases where the dimension list is legitimately empty, causing confusion. Use the warn_on_empty_list_dimensions configuration option to enable it while debugging configuration for metrics that do have dimensions.

New Contributors

Full Changelog: v0.15.0...v0.15.1

0.15.0 / 2022-09-14

14 Sep 18:43
aa344d0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.3...v0.15.0

0.14.3 / 2022-06-18

18 Jun 11:30
157b241
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.2...v0.14.3

0.14.2 / 2022-06-08

08 Jun 10:22
83f2a72
Compare
Choose a tag to compare

This is another dependency update to address a medium CVE.

What's Changed

Full Changelog: v0.14.1...v0.14.2

0.14.1 / 2022-06-08

08 Jun 09:47
3eeaf95
Compare
Choose a tag to compare

This is a maintenance release, updating various dependencies, including Jetty to 11.x. Along the way, this fixes JDK 11 compatibility.

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.14.1

0.14.0 / 2022-05-06

06 May 10:30
3562773
Compare
Choose a tag to compare

This release adds optional support for the bulk metric API in CloudWatch, which will perform better with a large number of metrics. This does not materially affect CloudWatch costs.

Please give the new option a spin, and report any issues, so that we can shake them out before making this the default.

What's Changed

  • Synchronize common files from prometheus/prometheus by @prombot in #419
  • Optionally use GetMetricData instead of GetMetricStatistics by @or-shachar in #414

Full Changelog: v0.13.3...v0.14.0