Table of Contents

About

A trace is a tree of log that is aimed to follow a request inside one or more system.

They provide end-to-end visibility into requests, giving you a user-centric view of performance and exposing opportunities for optimization.

Structure

The structure of a tree node in a trace is:

  • timestamp
  • request id
  • system id
  • message (textual)

Documentation / Reference

Enhanced Debugging with Traces