-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Changelog | ||
|
||
This file documents all notable changes to Aerospike Prometheus Exporter | ||
|
||
## [v1.1.0](https://github.com/aerospike/aerospike-prometheus-exporter/releases/tag/v1.1.0) | ||
|
||
### Features | ||
- Add support for using a `blocklist` to filter metrics. | ||
- Export latency metrics as Prometheus histograms. | ||
|
||
### Improvements | ||
- Remove accumulated metric `aerospike_node_info` to prevent cardinality explosion. | ||
- Reuse connections to aerospike node. | ||
- Package Aerospike Prometheus Exporter as `.rpm`/`.deb`/`.tar`. | ||
- Add `trace` level logging. | ||
|
||
### Fixes | ||
- Fix glob pattern regex used for metric allowlist and blocklist. | ||
|
||
### Other Changes | ||
- Rename configurations `_whitelist` to `_allowlist`. | ||
- Rename `aeroprom.conf.dev` to `ape.toml`. | ||
- Update docker image entrypoint script and config files, | ||
- Add `log_file` config. | ||
- Remove `update_interval` unused config. | ||
- Fix `password` config. | ||
- Cleanup unused configurations | ||
|
||
## [v1.0.0](https://github.com/aerospike/aerospike-prometheus-exporter/releases/tag/v1.0.0) | ||
|
||
- Initial Release. |