{{ template "base" . }} {{ define "title" }}Trace - {{.SvcName}} Report{{end}} {{ define "head" }} {{ end }} {{ define "navbar-content"}} {{ template "breadcrumbs" .}} {{ end }} {{ define "body" }}

Summary

Stats

Coming soon!
Number of Calls
{{ .SvcData.Len }}
Dependencies
...
Callers
...

Timings

{{ range $i, $p := (seq 0.95 0.75 0.05) }} {{ end }} {{ range $i, $p := (seq 0.50 0.00 0.25) }} {{ end }}
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" }}

Noteworthy Transactions


Signatures

{{ range $sig, $siginfo := .Signatures }} {{ end }}
root call dependencies nested dependencies n p50 ms p90 ms p99 ms examples
{{ $siginfo.RootRPC }}
    {{ range $_, $dep := $siginfo.Dependencies }}
  • {{ $dep }}
  • {{ end }}
    {{ range $_, $dep := $siginfo.AllDependencies }}
  • {{ $dep }}
  • {{ end }}
{{ $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 }}

Histogram of response times

{{ end }}