mirror of
https://github.com/coredns/coredns.git
synced 2025-12-03 17:14:05 -05:00
doc: make -f Makefile.doc (#2919)
mechanical change: create the manual pages. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
.\" Generated by Mmark Markdown Processer - mmark.nl
|
||||
.TH "COREDNS-TRACE" "7" "April 2019" "CoreDNS" "CoreDNS Plugins"
|
||||
.TH "COREDNS-TRACE" 7 "June 2019" "CoreDNS" "CoreDNS Plugins"
|
||||
|
||||
.SH NAME
|
||||
.SH "NAME"
|
||||
.PP
|
||||
\fItrace\fP - enables OpenTracing-based tracing of DNS requests as they go through the plugin chain.
|
||||
|
||||
.SH DESCRIPTION
|
||||
.SH "DESCRIPTION"
|
||||
.PP
|
||||
With \fItrace\fP you enable OpenTracing of how a request flows through CoreDNS.
|
||||
|
||||
.SH SYNTAX
|
||||
.SH "SYNTAX"
|
||||
.PP
|
||||
The simplest form is just:
|
||||
|
||||
@@ -59,7 +59,7 @@ Default is \fB\fCcoredns\fR.
|
||||
\fB\fCclient_server\fR will enable the \fB\fCClientServerSameSpan\fR OpenTracing feature.
|
||||
|
||||
|
||||
.SH ZIPKIN
|
||||
.SH "ZIPKIN"
|
||||
.PP
|
||||
You can run Zipkin on a Docker host like this:
|
||||
|
||||
@@ -72,7 +72,7 @@ docker run \-d \-p 9411:9411 openzipkin/zipkin
|
||||
.fi
|
||||
.RE
|
||||
|
||||
.SH EXAMPLES
|
||||
.SH "EXAMPLES"
|
||||
.PP
|
||||
Use an alternative Zipkin address:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user