{{ template "base" . }} {{ define "title" }}Trace - {{.SvcName}} Report{{end}} {{ define "head" }} {{ end }} {{ define "navbar-content"}} {{ template "breadcrumbs" .}} {{ end }} {{ define "body" }}
Percentile | Time to complete |
---|---|
99th | {{call $.TimePercentile $.SvcData 0.99 | printf "%.2fms" }} |
{{ printf "%.0fth " (scale $p 100) }} | {{call $.TimePercentile $.SvcData $p | printf "%.2fms" }} |
{{ printf "%.0fth " (scale $p 100) }} | {{call $.TimePercentile $.SvcData $p | printf "%.2fms" }} |
({{ .Slowest.CompactDescr }})
({{ .Deepest.CompactDescr }})
({{ .Largest.CompactDescr }})
root call | dependencies | nested dependencies | n | p50 ms | p90 ms | p99 ms | examples |
---|---|---|---|---|---|---|---|
{{ $siginfo.RootRPC }} |
|
|
{{ $siginfo.Len }} | {{ call $.TimePercentile $siginfo 0.5 | printf "%.2f" }} | {{ call $.TimePercentile $siginfo 0.9 | printf "%.2f" }} | {{ call $.TimePercentile $siginfo 0.99 | printf "%.2f" }} | {{ range $i, $tx := $siginfo.Examples }} {{ $i }} {{ end }} |