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:
parent
2ca20cf52c
commit
d15e34f5aa
20
CHANGELOG.md
20
CHANGELOG.md
@ -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
1
MAINTAINERS.md
Normal file
@ -0,0 +1 @@
|
||||
* Ben Kochie <superq@gmail.com> @SuperQ
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user