Skip to content

Releases: DRuggeri/bind_query_exporter

v2.2.0

09 Jul 17:25
Compare
Choose a tag to compare

New

  • Added the ability to include/exclude lists of clients from the names collector

v2.1.4

12 Mar 16:49
Compare
Choose a tag to compare

Fixed

  • Version output was not properly being set in goreleaser

v2.1.3

06 Sep 15:19
Compare
Choose a tag to compare

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

04 Sep 21:42
Compare
Choose a tag to compare

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

17 Nov 23:34
Compare
Choose a tag to compare

Fixed

  • Attempt to fix failures during log rotation. Thanks, @yjlmzh for the issue report!

v2.1.0

21 Aug 21:46
Compare
Choose a tag to compare

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

28 Apr 12:43
Compare
Choose a tag to compare

New

  • Added Dockerfile install method to README.md

Breaking

  • Renamed vector key "domain" to "name" to be more clear
  • Disabled Names collector by default (see README.md)

v1.1.0

25 Apr 22:09
Compare
Choose a tag to compare

New

  • Added new options (names.capture-client and names.reverse-lookup) to add the DNS client to the Vec when an increment happens. Beware the chance of metric explosion!

v1.0.0

05 Apr 20:00
Compare
Choose a tag to compare

Breaking

  • Renamed Sites collector and metrics to Names. 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 to names.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

v0.2.0

05 Apr 19:08
Compare
Choose a tag to compare

New

  • Add new bind_query_sites_total metric to support detecting changes in match list with increment() function