Releases: prometheus/cloudwatch_exporter
Releases · prometheus/cloudwatch_exporter
0.9.0 / 2020-08-26
[ENHANCEMENT] Use RecentlyActive
feature to only list metrics older than 3 hours when necessary (#296)
[ENHANCEMENT] Implement describe() to prevent the scrape on startup (#259)
[BUGFIX] Handle dynamo metrics without configured dimensions. (#258)
[BUGFIX] Single aws_resource_info per scrape (#298)
0.8.0 / 2020-02-17
[ENHANCEMENT] Support default provider chain for region (#239)
[ENHANCEMENT] Update AWS SDK to 1.11.708 (#248)
[BUGFIX] Fix label name strictness (#247)
0.7.0 / 2019-11-27
[FEATURE] Support the configuration of the exporter based on tag name and tag values (#228)
[FEATURE] Support resources tags as info metrics (#229)
[ENHANCEMENT] Update AWS SDK to 1.11.658 (#224)
[BUGFIX] Close files properly on reload (#219, #227)
0.6.0 / 2019-09-24
[CHANGE/ENHANCEMENT] Add labels to "cloudwatch_requests_total" (#144)
[ENHANCEMENT] Auto detect AWS region if none is specified (#208)
[ENHANCEMENT] Do not request dimensions when they are stated (#143)
0.5.0 / 2018-08-16
[FEATURE/CHANGE] Export timestamps from cloudwatch, enabled by default (#99)
[FEATURE] Allow toggling timestamps on a per-metric basis (#102)
[FEATURE] Add health and ready endpoints (#116)
0.1.0 / 2018-01-02
[FEATURE] Added support for reloading config via HUP and a HTTP POST to /-/reload
0.4 / 2017-04-10
[FEATURE] Support for extended cloudwatch statistics
[ENHANCEMENT] Workaround for broken DynamoDB metrics
0.3 / 2017-03-24
[FEATURE] Instance label now explicitly unset. Using honor_labels will now result in no instance label.
[ENHANCEMENT] Upgraded version of AWS libraries, to add proxy support
[ENHANCEMENT] Upgraded to client_java 0.0.21
0.2 / 2016-10-27
[CHANGE] Config is now YAML rather than JSON
[FEATURE] Allow specifying role_arn
[FEATURE] Add homepage
[ENHANCEMENT] Updated versions of AWS and prometheus libraries
[BUGFIX] Actually use help text from config
[BUGFIX] Use AWS SDK to determine endpoints