1
0
mirror of https://github.com/prometheus-community/bind_exporter.git synced 2025-04-18 13:04:01 +03:00

Release 0.3.0

Update VERSION and CHANGELOG for the new release.

Add a MAINTAINERS file.

Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
Ben Kochie 2020-01-07 00:20:13 +01:00
parent 2ca20cf52c
commit d15e34f5aa
No known key found for this signature in database
GPG Key ID: C646B23C9E3245F1
4 changed files with 15 additions and 10 deletions

View File

@ -4,15 +4,19 @@
### Changes
# v0.3.0 / 2020-01-08
* [FEATURE] Support zone stats, enable some initial zone transfer metrics #49
* [ENHANCEMENT] Better flag defaults #50
* [BUGFIX] Fix parsing on 32bit systems. #58
# v0.2.0 / unreleased
- [CHANGE] Rename label in `bind_incoming_requests_total` from `name` to `opcode`
- [CHANGE] Rename flag `-bind.statsuri` to `-bind.stats-url`
- [CHANGE] Duplicated queries are not an error and get now exported as `bind_query_duplicates_total`
- [FEATURE] Add support for BIND statistics v3
- [FEATURE] Automatically detect BIND statistics version and use correct client
- [FEATURE] Provide option to control exported statistics with `-bind.stats-groups`
- [FEATURE] Export number of queries causing recursion as `bind_query_recursions_total`
- [FEATURE] Export `bind_boot_time_seconds` (v2+v3) and `bind_config_time_seconds` (v3 only)
* [CHANGE] Rename label in `bind_incoming_requests_total` from `name` to `opcode`
* [CHANGE] Rename flag `-bind.statsuri` to `-bind.stats-url`
* [CHANGE] Duplicated queries are not an error and get now exported as `bind_query_duplicates_total`
* [FEATURE] Add support for BIND statistics v3
* [FEATURE] Automatically detect BIND statistics version and use correct client
* [FEATURE] Provide option to control exported statistics with `-bind.stats-groups`
* [FEATURE] Export number of queries causing recursion as `bind_query_recursions_total`
* [FEATURE] Export `bind_boot_time_seconds` (v2+v3) and `bind_config_time_seconds` (v3 only)

1
MAINTAINERS.md Normal file
View File

@ -0,0 +1 @@
* Ben Kochie <superq@gmail.com> @SuperQ

View File

@ -22,7 +22,7 @@ Make sure BIND was built with libxml2 support. You can check with the following
command: `named -V | grep libxml2`.
Configure BIND to open a statistics channel. It's recommended to run the
bind_exporter next to BIND, so it's only necessary to open a port locally.
bind\_exporter next to BIND, so it's only necessary to open a port locally.
```
statistics-channels {

View File

@ -1 +1 @@
0.2.0-dev
0.3.0