Files
coredns/vendor/github.com/dnstap/golang-dnstap
James Hartig 671d170619 plugin/metrics: Switch to using promhttp instead of deprecated Handler (#1312)
prometheus.Handler is deprecated according to the godoc for the package so
instead we're using promhttp.

Additionally, we are exposing the Registry that metrics is using so other
plugins that are not inside of coredns can read the registry. Otherwise, if
we kept using the Default one, there's no way to access that from outside
of the coredns repo since it is vendored.
2017-12-14 18:19:03 +00:00
..
2017-08-28 08:49:28 -07:00
2017-07-24 14:12:50 -07:00
2017-07-24 14:12:50 -07:00
2017-07-24 14:12:50 -07:00
2017-07-24 14:12:50 -07:00
2017-07-24 14:12:50 -07:00
2017-07-24 14:12:50 -07:00
2017-07-24 14:12:50 -07:00

dnstap: flexible, structured event replication format for DNS servers
---------------------------------------------------------------------

dnstap implements an encoding format for DNS server events. It uses a
lightweight framing on top of event payloads encoded using Protocol Buffers and
is transport neutral.

dnstap can represent internal state inside a DNS server that is difficult to
obtain using techniques based on traditional packet capture or unstructured
textual format logging.

This repository contains a command-line tool named "dnstap" developed in the
Go programming language. It can be installed with the following command:

    go get -u github.com/dnstap/golang-dnstap/dnstap