unbound_exporter icon indicating copy to clipboard operation
unbound_exporter copied to clipboard

A Prometheus exporter for Unbound.

Results 17 unbound_exporter issues
Sort by recently updated
recently updated
newest added

there seems to be an issue in scraping unbound Version 1.19.3 and the latest unbound_extractor version. the unbound.log shows : unbound[875:0] debug: new control connection from local unbound[875:0] debug: comm...

It would be great if we had a container image, hosted on ghcr.io and not docker hub due to the limits.

## Description When trying unix socket for the `remote-control` interface, the exporter has no way to be configured to input the unix socket address without a panic. Looks the the...

Seen on a checkout from main (2faff03ab65d20b8b1bab87f149535018e40af5e) ``` [root@freebsd13 ~/unbound_exporter]# ./unbound_exporter -unbound.ca="" -unbound.cert="" -unbound.host="192.168.33.11:8953" level=info ts=2023-09-21T14:27:46.011Z caller=unbound_exporter.go:509 Startingunbound_exporter=(MISSING) panic: parse "192.168.33.11:8953": first path segment in URL cannot contain colon goroutine...

Unbound has stats for memory usage by the various caches, and by the various modules. But these don't add up to the total memory usage. For instance message buffers can...

`nsd` and `unbound` share the same parent (NLNetLabs), so share a lot of the same mechanism for accessing metrics. Therefore, I would think it should be relatively easy to expand...

Note that I am missing the `-unbound.ca` flag which then defaults to a non-existant file `/etc/unbound/unbound_server.pem`. We should detect file existence and not panic. Systemd unit ``` [Unit] Description=Prometheus exporter...

The help text for the unbound_response_time_seconds histogram says: "Query response time in seconds" I thought this meant it would measure the time unbound takes to respond to every client query,...