You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
420 B

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