mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
auto make -f Makefile.doc
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.\" Generated by Mmark Markdown Processer - mmark.miek.nl
|
||||
.TH "COREDNS-TRACE" 7 "November 2020" "CoreDNS" "CoreDNS Plugins"
|
||||
.TH "COREDNS-TRACE" 7 "December 2020" "CoreDNS" "CoreDNS Plugins"
|
||||
|
||||
.SH "NAME"
|
||||
.PP
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
.SH "DESCRIPTION"
|
||||
.PP
|
||||
With \fItrace\fP you enable OpenTracing of how a request flows through CoreDNS.
|
||||
Enable \fIdebug\fP plugin to get logs from the trace plugin.
|
||||
With \fItrace\fP you enable OpenTracing of how a request flows through CoreDNS. Enable the \fIdebug\fP
|
||||
plugin to get logs from the trace plugin.
|
||||
|
||||
.SH "SYNTAX"
|
||||
.PP
|
||||
@@ -28,7 +28,7 @@ trace [ENDPOINT\-TYPE] [ENDPOINT]
|
||||
Defaults to \fB\fCzipkin\fR.
|
||||
.IP \(bu 4
|
||||
\fBENDPOINT\fP is the tracing destination, and defaults to \fB\fClocalhost:9411\fR. For Zipkin, if
|
||||
ENDPOINT does not begin with \fB\fChttp\fR, then it will be transformed to \fB\fChttp://ENDPOINT/api/v1/spans\fR.
|
||||
\fBENDPOINT\fP does not begin with \fB\fChttp\fR, then it will be transformed to \fB\fChttp://ENDPOINT/api/v1/spans\fR.
|
||||
|
||||
|
||||
.PP
|
||||
@@ -45,18 +45,6 @@ trace [ENDPOINT\-TYPE] [ENDPOINT] {
|
||||
every AMOUNT
|
||||
service NAME
|
||||
client\_server
|
||||
}
|
||||
|
||||
.fi
|
||||
.RE
|
||||
|
||||
.PP
|
||||
.RS
|
||||
|
||||
.nf
|
||||
trace datadog {
|
||||
every AMOUNT
|
||||
service NAME
|
||||
datadog\_analytics\_rate RATE
|
||||
}
|
||||
|
||||
@@ -74,7 +62,8 @@ Default is \fB\fCcoredns\fR.
|
||||
.IP \(bu 4
|
||||
\fB\fCdatadog_analytics_rate\fR \fBRATE\fP will enable trace analytics
|
||||
\[la]https://docs.datadoghq.com/tracing/app_analytics\[ra] on the traces sent
|
||||
from \fI0\fP to \fI1\fP, \fI1\fP being every trace sent will be analyzed. This is a datadog only feature.
|
||||
from \fI0\fP to \fI1\fP, \fI1\fP being every trace sent will be analyzed. This is a datadog only feature
|
||||
(\fBENDPOINT-TYPE\fP needs to be \fB\fCdatadog\fR)
|
||||
|
||||
|
||||
.SH "ZIPKIN"
|
||||
@@ -90,6 +79,9 @@ docker run \-d \-p 9411:9411 openzipkin/zipkin
|
||||
.fi
|
||||
.RE
|
||||
|
||||
.PP
|
||||
Note the zipkin provider does not support the v1 API since coredns 1.7.1.
|
||||
|
||||
.SH "EXAMPLES"
|
||||
.PP
|
||||
Use an alternative Zipkin address:
|
||||
@@ -137,7 +129,7 @@ Using DataDog:
|
||||
.RS
|
||||
|
||||
.nf
|
||||
trace datadog localhost:8125
|
||||
trace datadog localhost:8126
|
||||
|
||||
.fi
|
||||
.RE
|
||||
|
||||
Reference in New Issue
Block a user