{{define "Title"}}{{if .Trace.ID.Parent}}span {{.Trace.ID.Span}} - {{end}} trace {{.Trace.ID.Trace}} - appdash{{end}} {{define "Main"}}

Trace {{.Trace.ID.Trace}} {{if not .Trace.ID.Parent}} ( Permalink | Export as JSON ) {{end}}

{{template "ImportExport" dict "ID" "copy-json-text" "Title" "Use ctrl+c or command+c to copy the JSON trace below:" "Value" (printf "[%s]" .Trace.String)}}
  • {{if .Trace.Name}} {{.Trace.Name}} {{else}} {{.Trace.ID.Span}} {{end}} {{if .Trace.Span.Annotations}} {{range (filterAnnotations .Trace.Span.Annotations)}} {{if .Important}} {{end}} {{end}}
    {{.Key}}{{str .Value}}
    {{end}}
  • {{if .Trace.Name}} {{.Trace.Name}} {{else}} {{.Trace.ID.Span}} {{end}} {{if .Trace.Span.Annotations}} {{range (filterAnnotations .Trace.Span.Annotations)}} {{end}}
    {{.Key}}{{str .Value}}
    {{end}}
Name Time (ms) Time + Children (ms) Cumulative Time (ms)
{{end}}