1
0
mirror of https://github.com/prometheus-community/bind_exporter.git synced 2025-09-17 21:42:12 +03:00
Commit Graph

15 Commits

Author SHA1 Message Date
Tobias Schmidt
ed53c697db Change default listen port to 9119
The port 9109 is already used by the graphite exporter. Use the next
free port listed in https://github.com/prometheus/prometheus/wiki/Default-port-allocations.
2016-01-27 22:59:31 -05:00
Tobias Schmidt
6648f729ed Fix label and help of query/request metrics 2016-01-27 22:48:34 -05:00
Tobias Schmidt
8a39779881 Add server query errors metric 2016-01-26 17:51:54 -05:00
Tobias Schmidt
4cbf6b0105 Add responses total metric 2016-01-26 17:45:04 -05:00
Tobias Schmidt
797a969ba0 Add resolver cache metrics 2016-01-26 15:36:45 -05:00
Tobias Schmidt
70f2de3643 Add running tasks and worker threads metrics 2016-01-26 14:51:59 -05:00
Tobias Schmidt
b7b542620f Add majority of resolver statistics 2016-01-26 00:17:40 -05:00
Tobias Schmidt
224d913c5c Add resolver query duration histogram 2016-01-25 19:47:42 -05:00
Tobias Schmidt
3e608a1841 Add resolver queries counter 2016-01-25 18:27:11 -05:00
Tobias Schmidt
d01acd5f76 Add bind process collector
Add a ProcessCollector about the bind process. This will currently only
export information on Linux with /proc available.
2016-01-25 18:25:16 -05:00
Tobias Schmidt
88e8408391 Use const metrics to simplify code 2016-01-25 18:25:16 -05:00
Tobias Schmidt
3230a9e3ca Use prometheus log library
This introduces two new flags -log.level and -log.format. The latter
allows the configuration of syslog logging.
2016-01-22 16:22:47 -05:00
Matthew Kanwisher
1dfa013a06 add extra guards 2015-10-01 12:16:39 -04:00
Matthew Kanwisher
b10876beb4 fix naming 2015-08-27 23:40:40 +07:00
Matthew Kanwisher
fe439e3dae initial commit of the bind exporter for prometheus 2015-08-21 05:09:14 +07:00