mirror of
https://github.com/coredns/coredns.git
synced 2026-07-10 09:40:12 -04:00
fix(trace): correct Zipkin v2 endpoint docs (#8202)
This commit is contained in:
committed by
GitHub
parent
1539f9b7d6
commit
69e7a4be73
@@ -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
|
||||
\fBENDPOINT\fP 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/v2/spans\fR.
|
||||
|
||||
|
||||
.PP
|
||||
@@ -128,7 +128,7 @@ the standard Zipkin URL you can do something like:
|
||||
.RS
|
||||
|
||||
.nf
|
||||
trace http://tracinghost:9411/zipkin/api/v1/spans
|
||||
trace http://tracinghost:9411/zipkin/api/v2/spans
|
||||
|
||||
.fi
|
||||
.RE
|
||||
@@ -173,4 +173,3 @@ plugin is also enabled:
|
||||
.SH "SEE ALSO"
|
||||
.PP
|
||||
See the \fIdebug\fP plugin for more information about debug logging.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user