1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-12-21 05:11:17 +00:00
nginx-sso/vendor/go.opencensus.io/zpages/internal/templates/traces.html

11 lines
420 B
HTML
Raw Normal View History

<p><b>Span Name: {{.Name}} </b></p>
<p>{{.Num}} Requests</p>
<pre>
When Elapsed (sec)
----------------------------------------
{{range .Rows}}{{printf "%26s" (index .Fields 0)}} {{printf "%12s" (index .Fields 1)}} {{index .Fields 2}}{{.|traceid}}
{{end}}</pre>
<br>
<p><b style="color:blue;">TraceId</b> means sampled request.
<b style="color:black;">TraceId</b> means not sampled request.</p>