Releases: prometheus/cloudwatch_exporter
0.16.0 / 2024-08-18
The release binaries and Docker images are now built with Temurin Java 21.
What's Changed
- Update to Java 21 for releases by @matthiasr in #723
Full Changelog: v0.15.6...v0.16.0
0.15.6 / 2024-08-18
Maintenance release, updating dependencies.
What's Changed
- Update README.md by @victoramsantos in #620
- Bump com.spotify.fmt:fmt-maven-plugin from 2.21.1 to 2.22.1 by @dependabot in #643
- Bump com.github.ben-manes.caffeine:caffeine from 3.1.1 to 3.1.8 by @dependabot in #613
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #616
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #629
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.5 by @dependabot in #634
- Bump org.mockito:mockito-core from 5.7.0 to 5.10.0 by @dependabot in #644
- Bump org.eclipse.jetty:jetty-servlet from 11.0.18 to 11.0.20 by @dependabot in #647
- Bump org.slf4j:slf4j-jdk14 from 2.0.9 to 2.0.12 by @dependabot in #649
- Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 by @dependabot in #652
- Bump software.amazon.awssdk.version from 2.21.36 to 2.24.8 by @dependabot in #658
- Bump advanced-security/maven-dependency-submission-action from 3.0.3 to 4.0.1 by @dependabot in #656
- Bump org.yaml:snakeyaml from 2.0 to 2.2 by @dependabot in #617
- Bump software.amazon.awssdk.version from 2.24.8 to 2.24.13 by @dependabot in #659
- Update CircleCI config by @SuperQ in #657
- Document common "I see no data" question by @matthiasr in #660
- Downgrade advanced-security/maven-dependency-submission-action action by @matthiasr in #661
- Increase delay for ConsumedLCUs in ApplicationELB example by @matthiasr in #662
- Synchronize common files from prometheus/prometheus by @prombot in #671
- Synchronize common files from prometheus/prometheus by @prombot in #672
- Bump org.mockito:mockito-core from 5.10.0 to 5.11.0 by @dependabot in #664
- Bump com.spotify.fmt:fmt-maven-plugin from 2.22.1 to 2.23 by @dependabot in #666
- Bump advanced-security/maven-dependency-submission-action from 4.0.0 to 4.0.2 by @dependabot in #667
- Bump software.amazon.awssdk.version from 2.24.13 to 2.25.15 by @dependabot in #673
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.1 by @dependabot in #674
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #675
- fix: support aws_tag_select with non-standard resource id in metric by @msvticket in #648
- Synchronize common files from prometheus/prometheus by @prombot in #685
- Update pom.xml to use newer version of AWS SDK by @a-m-a-r-t-i-n in #711
- Bump software.amazon.awssdk.version from 2.26.25 to 2.27.7 by @dependabot in #714
- Bump advanced-security/maven-dependency-submission-action from 4.0.2 to 4.1.1 by @dependabot in #715
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.8.0 by @dependabot in #717
- Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 by @dependabot in #699
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.1 by @dependabot in #718
- Bump org.eclipse.jetty:jetty-servlet from 11.0.20 to 11.0.22 by @dependabot in #720
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.5 by @dependabot in #721
- Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1 by @dependabot in #716
- Bump org.slf4j:slf4j-jdk14 from 2.0.12 to 2.0.16 by @dependabot in #722
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #680
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 by @dependabot in #693
- Add DocumentDB Grafana dashboard by @PLeS207 in #684
- Bump commons-codec:commons-codec from 1.16.1 to 1.17.1 by @dependabot in #719
New Contributors
- @victoramsantos made their first contribution in #620
- @msvticket made their first contribution in #648
- @a-m-a-r-t-i-n made their first contribution in #711
- @PLeS207 made their first contribution in #684
Full Changelog: v0.15.5...v0.15.6
0.15.5 / 2023-12-06
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
- @afreyermuth98 made their first contribution in #581
- @mipmip made their first contribution in #582
Full Changelog: v0.15.4...v0.15.5
0.15.4 / 2023-06-02
What's Changed
- Update Prometheus common orb by @matthiasr in #514
- Bump mockito-core from 5.1.1 to 5.2.0 by @dependabot in #516
- Bump software.amazon.awssdk.version from 2.20.19 to 2.20.21 by @dependabot in #515
- Bump software.amazon.awssdk.version from 2.20.21 to 2.20.40 by @dependabot in #525
- Bump maven-deploy-plugin from 3.1.0 to 3.1.1 by @dependabot in #524
- Bump slf4j-jdk14 from 2.0.6 to 2.0.7 by @dependabot in #522
- Bump maven-release-plugin from 3.0.0-M7 to 3.0.0 by @dependabot in #521
- Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 by @dependabot in #518
- Bump jetty-servlet from 11.0.14 to 11.0.15 by @dependabot in #526
- Bump mockito-core from 5.2.0 to 5.3.0 by @dependabot in #527
- Bump software.amazon.awssdk.version from 2.20.40 to 2.20.46 by @dependabot in #528
- Bump advanced-security/maven-dependency-submission-action from 3.0.0 to 3.0.1 by @dependabot in #532
- Add example for sagemaker by @ricoardiya in #534
- Bump mockito-core from 5.3.0 to 5.3.1 by @dependabot in #536
- Bump software.amazon.awssdk.version from 2.20.46 to 2.20.55 by @dependabot in #535
- Update snakeyaml to 2.0.0 to address CVE-2022-1471. by @dlorenc in #539
- Bump advanced-security/maven-dependency-submission-action from 3.0.1 to 3.0.2 by @dependabot in #551
- Bump software.amazon.awssdk.version from 2.20.55 to 2.20.76 by @dependabot in #550
- Bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #549
- Bump maven-bundle-plugin from 5.1.8 to 5.1.9 by @dependabot in #546
- Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #541
- Bump maven-surefire-plugin from 3.0.0 to 3.1.0 by @dependabot in #540
- Bump fmt-maven-plugin from 2.19 to 2.20 by @dependabot in #538
New Contributors
- @ricoardiya made their first contribution in #534
- @dlorenc made their first contribution in #539
Full Changelog: v0.15.3...v0.15.4
0.15.3 / 2023-03-08
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
- Add issue template for metrics issues by @matthiasr in #486
- Bump maven-release-plugin from 3.0.0-M4 to 3.0.0-M7 by @dependabot in #488
- Bump mockito-core from 4.6.1 to 5.1.1 by @dependabot in #489
- Bump maven-gpg-plugin from 1.5 to 3.0.1 by @dependabot in #490
- Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M9 by @dependabot in #491
- Bump fmt-maven-plugin from 2.18 to 2.19 by @dependabot in #487
- Remove explicit dependency on Jackson XML by @matthiasr in #492
- Update jetty-servlet to 11.0.13 by @matthiasr in #494
- Update AWS SDK to 2.20.5 by @matthiasr in #495
- GH Actions workflow for a better dependabot by @matthiasr in #496
- Bump maven-bundle-plugin from 2.4.0 to 5.1.8 by @dependabot in #498
- Bump maven-javadoc-plugin from 2.8 to 3.5.0 by @dependabot in #502
- Bump maven-deploy-plugin from 2.7 to 3.1.0 by @dependabot in #500
- Bump maven-source-plugin from 2.2.1 to 3.2.1 by @dependabot in #497
- Bump slf4j-jdk14 from 1.7.36 to 2.0.6 by @dependabot in #499
- Bump hamcrest-library from 1.3 to 2.2 by @dependabot in #501
- add TransactionLogsDiskUsage metric by @yonahd in #503
- Bump advanced-security/maven-dependency-submission-action from 2.0.1 to 3.0.0 by @dependabot in #506
- Use safe YAML loading by @matthiasr in #493
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #510
- Bump jetty-servlet from 11.0.13 to 11.0.14 by @dependabot in #508
- Update AWS SDK to 2.20.19 by @matthiasr in #513
Full Changelog: v0.15.2...v0.15.3
0.15.2 / 2023-02-10
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
- Add kafka example config by @hos7ein in #469
- examples: AuroraServerless by @matthiasr in #471
- Adding Example for Aurora Serverless V2 by @nmarchini in #464
- add DocumentDB example by @rafaotetra in #472
- Fix measurement of cloudwatch_metrics_requested_total by @epall in #482
New Contributors
- @hos7ein made their first contribution in #469
- @nmarchini made their first contribution in #464
- @rafaotetra made their first contribution in #472
- @epall made their first contribution in #482
Full Changelog: v0.15.1...v0.15.2
0.15.1 / 2022-10-25
What's Changed
- add notes on tag_select for S3 by @sepich in #455
- list-metrics-warnings made configurable by @or-shachar in #447
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
What's Changed
New Contributors
- @krzysztof-magosa made their first contribution in #446
- @pharaujo made their first contribution in #450
- @mtt88 made their first contribution in #453
Full Changelog: v0.14.3...v0.15.0
0.14.3 / 2022-06-18
What's Changed
- Log warning in case of listDimensions returns empty list by @or-shachar in #436
- Update client_java to 0.16 by @matthiasr in #438
Full Changelog: v0.14.2...v0.14.3
0.14.2 / 2022-06-08
This is another dependency update to address a medium CVE.
What's Changed
- chore: Update dependencies by @matthiasr in #435
Full Changelog: v0.14.1...v0.14.2