Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prometheus exporters and pushgateway: Strip golang binaries. | Boris Samorodov | 2017-07-18 | 1 | -2/+1 |
| | | | | | | | | | | | | TLDR; turns out to be a misconception, has gone with dinosaurs. Golang Project treat such cases as bugs, submit any evidence to them. More info: https://honnef.co/posts/2016/10/go-and-strip/ Fix my port and ports I've committed yesterday. Bump PORTREVISION. Reported by: swills Approved by: portmgr (just fix it) | ||||
* | Unbound_exporter connects to Unbounds TLS control socket and sends the | Boris Samorodov | 2017-07-18 | 4 | -0/+145 |
stats_noreset command, causing Unbound to return metrics as key-value pairs. The metrics exporter converts Unbound metric names to Prometheus metric names and labels by using a set of regular expressions. WWW: https://github.com/kumina/unbound_exporter PR: 218197 Submitted by: Athanasios Douitsis <aduitsis@cpan.org> |