Releases: DRuggeri/bind_query_exporter
Releases · DRuggeri/bind_query_exporter
v2.2.0
v2.1.4
Fixed
- Version output was not properly being set in goreleaser
v2.1.3
New
- No functional changes in the application code are present in this release
Fixed
- The pervious Docker image did not work due to an error in the ENTRYPOINT instruction and file permissions
v2.1.2
New
- Official container images are now available thanks to GitHub Actions - check out the README for links
Fixed
- Properly display version string in startup output and
--version
argument result
v2.1.1
v2.1.0
New
- Add a new pattern parameter to set the regex for extracting the source and name queried
Fixed
- Improve the default regex pattern match to support new AND old versions of BIND9 log format
- Modify
test.sh
to place and use a dummy queries file - Improve error logging when the query file is missing
v2.0.0
v1.1.0
v1.0.0
Breaking
- Renamed
Sites
collector and metrics toNames
. This will require a change to the exporter parameters and prometheus queries/alerts - Made metric names more consistent and following with the hierarchical pattern of prometheus. This will require a change to prometheus queries/alerts
- Renamed
include/excludeFile
parameter tonames.include/exclude.file
. This will require a change to the exporter parameters
New
- Errors opening the include/exclude file will be fatal
Fixed
- Small typos and bugfixes