{{ template "base" . }} {{ define "title" }}Trace{{ end }} {{ define "head" }}{{end}} {{ define "body" }}

Welcome to Trace!

Trace is a tool for analyzing the connections between systems. We log all requests and responses very precisely - including even calls that you might think of as "internal" like SQL queries - and aggregate the results for analysis here.


Tracked Service Index

Each of the services listed below is trace-enabled. Click on to view a report on the service's response time to requests.

Currently, reports are grouped to describe response time to un-Traced clients. In effect, that means that services which end users can access (like web/web, or tmi) have vastly more data. This is not a fundamental limitation of Trace; we plan to add better reporting for internal services soon!

{{ range $_, $org := $.Orgs }}
{{ $org.Name }}
{{ range $_, $proj := $org.Projects }}
{{ if $proj.IsACommand }} {{ $proj.Name }} {{ else }} {{ $proj.Name }} {{ end }}
{{ range $cmd := $proj.Commands }}
{{ end }} {{ end }}
{{ end }}
{{ end }}