{{define "Title"}}Traces - appdash{{end}} {{define "Main"}}

Traces

{{template "ImportExport" dict "ID" "import-json-menu" "Action" "Import JSON" "Title" "Import a JSON trace by pasting it below:"}} {{template "ImportExport" dict "ID" "export-json-menu" "Title" "Use ctrl+c or command+c to copy the JSON traces below:"}}
    {{range .Traces}} {{if (call $.Visible .)}}
  • {{.Span.ID.Trace}}
    • {{if .Name}} {{.Name}} {{else}} {{.ID.Span}} {{end}} {{if .Span.Annotations}} {{range (filterAnnotations .Span.Annotations)}} {{if .Important}} {{end}} {{end}}
      {{.Key}}{{str .Value}}
      {{end}}
  • {{end}} {{end}}
{{end}}